Quaker Fang wrote: > Hi Mario, > > I think your ath driver should work, but the usage had some problems. > I checked your previous mail, > I saw you are using 128 bits HEX WEP key, but your input is nott: > > # wificonfig -i ath0 createprofile essid=mywifi encryption=WEP > wepkey1=12345 > > ^^^ If you are using 128-bit hex wepkey, your wepkey1 should be like > wepkey1=1234567890 (10 length), wepkey1=12345 means > you use ascii, 40 bits wepkey.
Sorry, typo, 40-bit hex wepkey should be like wepkey1=1234567890 (length is 10), 128-bit hex wepkey should be like wepkey1=12345678901234567890123456 (length is 26). -- Quaker