]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] hostap: Fix EAPOL frame encryption
authorJouni Malinen <jkmaline@cc.hut.fi>
Sat, 25 Mar 2006 05:24:55 +0000 (21:24 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 7 Apr 2006 16:44:30 +0000 (09:44 -0700)
commit1cce602f07cbc7e9f543cc5c4c98da011a671e03
tree5a6f8ee5ddc388af9d1e8f447bd6edde6b84f2bc
parent798e8df74101880b40a57acebb3e95b83ed9222f
[PATCH] hostap: Fix EAPOL frame encryption

Fixed encrypted of EAPOL frames from wlan#ap interface (hostapd). This
was broken when moving to use new frame control field defines in
net/ieee80211.h. hostapd uses Protected flag, not protocol version
(which was cleared in this function anyway). This fixes WPA group key
handshake and re-authentication.
http://hostap.epitest.fi/bugz/show_bug.cgi?id=126

Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
drivers/net/wireless/hostap/hostap_80211_tx.c