]> git.ipfire.org Git - thirdparty/hostap.git/commit
RSN: Verify RSNXE match between Beacon/ProbeResp and EAPOL-Key msg 3/4
authorJouni Malinen <jouni@codeaurora.org>
Fri, 6 Sep 2019 11:51:31 +0000 (14:51 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 15 Oct 2019 12:39:22 +0000 (15:39 +0300)
commit146889e3ca4353c99fe1677c98fbd1972f9b5eac
treed262c3f54ba1eb8b779a594aadcfb7b49dfd7405
parent3134bb13a8bd54975a514a6e46755234ec5831a2
RSN: Verify RSNXE match between Beacon/ProbeResp and EAPOL-Key msg 3/4

If the AP advertises RSN Extension element, it has to be advertised
consistently in the unprotected (Beacon and Probe Response) and
protected (EAPOL-Key msg 3/4) frames. Verify that this is the case.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
src/rsn_supp/wpa_ie.c
src/rsn_supp/wpa_ie.h
wpa_supplicant/events.c
wpa_supplicant/ibss_rsn.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpas_glue.c