From: Jouni Malinen Date: Sat, 25 Mar 2006 05:24:55 +0000 (-0800) Subject: [PATCH] hostap: Fix EAPOL frame encryption X-Git-Tag: v2.6.17-rc1~158^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa146e4be274fd04bfdb26b3c96cdfe81a43dc2;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed