]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Update transition mode information on selecting a new BSS
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 25 Apr 2023 09:04:01 +0000 (12:04 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 25 Apr 2023 09:04:01 +0000 (12:04 +0300)
commit6972b0fa2bb88f80471384c5f7a1bde000f251fa
treed781b7aa4fbec1fab7fbc6bf51411c9d0324f103
parentf54ce743353f14a5007c7e908b6374ef703b77e3
OWE: Update transition mode information on selecting a new BSS

It is possible for a new BSS entry to be added for the
hidden-SSID-OWE-BSS when running a new scan after having previously
learned the hidden SSID during a previous OWE connection attempt. That
new entry would not necessarily have the WPA_BSS_OWE_TRANSITION flag set
and that would result in not being able to recognize the appropriate OWE
profile when checking the association event against the transition mode
configuration.

Fix this by updating the BSS entry for OWE transition mode information
for the cases where this might happen.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_supplicant/events.c