]> pilppa.org Git - linux-2.6-omap-h63xx.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)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:40:32 +0000 (11:40 -0500)
commitcfa146e4be274fd04bfdb26b3c96cdfe81a43dc2
treecd6985cc7bdec3c90afbb59bf83d459ecc06931f
parent79058acaf5b6d4bcc3056382619de3ca9cebc62f
[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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_80211_tx.c