IEEE8021X and WEP40
Zhu Yi
yi.zhu
Sun Sep 6 19:23:32 PDT 2009
On Mon, 2009-09-07 at 02:05 +0800, Jouni Malinen wrote:
> > If I comment the "cipher_pairwise = cipher_group = CIPHER_WEP104" line,
> > WEP40 works great with 802.1X on my Cisco Aironet 1200 AP. Jouni, Any
> > reason we need to set WEP104 in this case? They should already be set to
> > the correct values earlier in the same function.
>
> wpa_supplicant does not know at this point what the WEP key length will
> be. This can be determined only after having completed association when
> receiving the EAPOL-Key frame from the authenticator. It sounds a bit
> odd if a driver were to be unable to association if the key length here
> does not match. Or does iwmc3200wifi reject the key configuration for a
> different key length later when the key is actually being configured?
I should mention my case is for static WEP key with IEEE8021X key
management. Does wpa_supplicant allow this?
--- my_wpa.conf ---
network = {
ssid="myssid"
scan_ssid=1
key_mgmt=IEEE8021X
identity="id"
password="password"
ca_cert="/home/..."
group=WEP40
wep_key0=<key>
wep_tx_keyidx=0
eap=PEAP
phase2="auth=MD5"
}
Thanks,
-yi
More information about the Hostap
mailing list