]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Reject invalid rejected group report in SAE commit explicitly (AP)
authorJouni Malinen <jouni@codeaurora.org>
Fri, 6 Dec 2019 22:39:46 +0000 (00:39 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 6 Dec 2019 22:39:46 +0000 (00:39 +0200)
commita889e9a70c7d0ec563dc24df02319194e971979e
tree11ef99174630b98a0a1434af198f2cfa81b32050
parentc88e01e1b69eeeb6d609f61a4352ef16cf41b3dd
SAE: Reject invalid rejected group report 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