wpa_supplicant and WEP....

Tai-hwa Liang avatar at mmlab.cse.yzu.edu.tw
Sat Oct 1 10:28:26 PDT 2005


On Fri, 30 Sep 2005, Eric Schuele wrote:
>> Brooks Davis wrote:
>> How are you entering
>> your hex keys?  The examples are a bit unclear, but digging around in
>> the code it looks like unquoted strings are assumed to be hex strings.
>> They should not be prefixed by 0x. 
>
> I'll try them in the above format (I was prefixing with 0x).  I'm not in the 
> office but will try my home AP.... BRB....
>
> Whoa!!!  That's IT!!!
> Am I the only person who couldn't figure that out???
> You must use all 4 hex keys and specify which is the default.

   That's weird.  My working wpa_supplicant.conf doesn't have "wep_tx_keyidx"
and has only one wep_key set:

 	network={
 		ssid="GoodNeighbour"
 		scan_ssid=1
 		key_mgmt=NONE
 		wep_key0="11111"
 	}

   FWIW, "11111" is the first ASCII WEP key set in my test AP(Buffalo
AirStation G54).  The rest(key 2 ~ 4) were simply empty strings in my AP's
configuration.

-- 
Cheers,

Tai-hwa Liang


More information about the freebsd-mobile mailing list