WPA Supplicant and HEX WEP keys

Jouni Malinen jkmaline
Sat Aug 20 09:07:27 PDT 2005


On Mon, Aug 08, 2005 at 11:13:29AM -0500, Jeremy Severson wrote:

> Does anyone know how to configure WPA Supplicant to handle a WEP key
> input in HEX?

By following the WEP example in wpa_supplicant.conf.. ;-)

# Shared WEP key connection (no WPA, no IEEE 802.1X)
network={
        ssid="static-wep-test"
        key_mgmt=NONE
        wep_key0="abcde"
        wep_key1=0102030405
        wep_key2="1234567890123"
        wep_tx_keyidx=0
        priority=5
}


(wep_key1 is using hex; in other words, this is done by leaving out the
quotation marks from the key value)

-- 
Jouni Malinen                                            PGP id EFC895FA




More information about the Hostap mailing list