]> git.ipfire.org Git - thirdparty/hostap.git/commit
Discard EAPOL-Key Request frames during 4-way handshake
authorJouni Malinen <j@w1.fi>
Sun, 28 Jan 2024 16:32:03 +0000 (18:32 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 28 Jan 2024 16:32:03 +0000 (18:32 +0200)
commit09679408850ad1fa9eba6a979421b44b9544ecf4
treeec07b479d24a00632bb526068e60e5474cb19473
parent8037c1ad6198090f541a34dda2990e97a748ac67
Discard EAPOL-Key Request frames during 4-way handshake

While the Authenticator state machine conditions are already checking
for sm->EAPOLKeyRequest, it seems clearer to explicitly discard any
EAPOL-Key Request frame that is received unexpectedly during a 4-way
handshake.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth.c