I like to associate with a AP which has 128 bit WEP encryption, shared keys 
enabled.

Actually i would enable this either by issuing

iwconfig wlan0 key restricted

OR in wpa_supplicant.conf through

network={
        ssid="static-wep-test2"
        key_mgmt=NONE
        wep_key0="abcde"
        wep_key1=0102030405
        wep_key2="1234567890123"
        wep_tx_keyidx=0
        priority=5
        auth_alg=SHARED
}

however that dooes not work. I have to run

iwpriv wlan0 set_auth 1

Is this a known restriction? If so, it makes roaming solutions with 
wpa_supplicant rather hard to implement.

Regards,

    Johann



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to