]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE H2E: Fix validation of rejected groups list
authorJouni Malinen <jouni@codeaurora.org>
Fri, 6 Dec 2019 22:28:13 +0000 (00:28 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 6 Dec 2019 22:28:13 +0000 (00:28 +0200)
commitc88e01e1b69eeeb6d609f61a4352ef16cf41b3dd
treec0723768555164d38c38fb5b7e7dc87f884fc3b6
parentb834e97003d5b851f0def5f5bffde79124a17b59
SAE H2E: Fix validation of rejected groups list

check_sae_rejected_groups() returns 1, not -1, in case an enabled group
is rejected. The previous check for < 0 could not have ever triggered.

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