]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Reject unexpected Status Code in SAE commit explicitly (AP)
authorJouni Malinen <jouni@codeaurora.org>
Fri, 6 Dec 2019 15:26:57 +0000 (17:26 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 6 Dec 2019 15:26:57 +0000 (17:26 +0200)
commit918df2227efd6c629799819ba4b61802cf68bf9c
treeead335bf9de843b5307be5d5c8278f958ee48d73
parent405946d76a6e438514f59dd17ad44b6fb698af15
SAE: Reject unexpected Status Code in SAE commit explicitly (AP)

Previously, this case was ignored silently in AP mode. While that could
be a reasonable approach for an unexpected condition, it would be fine
to reject this case explicitly as well. This makes it somewhat easier to
test unexpected SAE H2E vs. looping behavior.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/ieee802_11.c