]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Clear rejected groups list on completing authentication
authorJouni Malinen <j@w1.fi>
Sun, 7 Jul 2024 09:11:06 +0000 (12:11 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Jul 2024 09:14:34 +0000 (12:14 +0300)
commitd944ef1c01863cb743c29b9f4e93e87ab2c97f96
tree95d1188459e7e9b6dc08c36504a6b63b73f08cca
parent368aa0230be71dbdb8d4c3584273dd30c89583e0
SAE: Clear rejected groups list on completing authentication

The rejected groups list is valid only during each individual SAE
authentication instance and it should not be maintained between separate
instances. In particular, it should not be maintained when roaming to
another AP since the APs might use different configuration for the
allowed SAE groups.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/sme.c