]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE H2E: Fix RSNXE override in EAPOL-Key msg 2/4 for testing purposes
authorJouni Malinen <jouni@codeaurora.org>
Fri, 13 Dec 2019 01:05:38 +0000 (03:05 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Fri, 13 Dec 2019 01:08:27 +0000 (03:08 +0200)
commite3c476bd8c88b54fafc325574ecc5f0fd39365f2
treea622682474ceecc1d4b19344833f1db8291d1357
parentfb3ef06ddef8dd1c64b62bc9d664bf5f74da660b
SAE H2E: Fix RSNXE override in EAPOL-Key msg 2/4 for testing purposes

The previous implementation missed the case where EAPOL-Key frame may be
reported as having been received before the association event is
processed. This would have resulted in not using the RSNXE override for
EAPOL-Key msg 2/4 when the pending EAPOL-Key frame gets processed
immediately after processing the association event. Fix this by moving
the override case to be handled before that.

Fixes: 132565539784 ("SAE H2E: RSNXE override for testing purposes")
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/events.c