]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
Fix AP IE in EAPOL-Key 3/4 for WPA + FT combination
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 12 Dec 2014 12:03:36 +0000 (14:03 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 12 Dec 2014 12:03:36 +0000 (14:03 +0200)
commit774d4145131ceaef5016c8010ccc3f205b4b1ec6
tree365d960b737ac2ac5a28fe35de97fd22f269fa52
parent72c5c289fbdbb99854d8f9e2d94032a3227e4292
Fix AP IE in EAPOL-Key 3/4 for WPA + FT combination

Previously, only WPA + WPA2 was covered. If FT is enabled in addition to
WPA, MDIE is included in the buffer between RSN and WPA elements. The
previous version ended up leaving only the MDIE after having skipped RSN
element. Fix this to skip MDIE as well to leave only WPA IE regardless
of whether FT is enabled in AP configuration.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wpa_auth.c