]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Accept only BSS entries with an actual SSID for ROAM command
authorJouni Malinen <j@w1.fi>
Thu, 26 Dec 2024 10:30:22 +0000 (12:30 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Dec 2024 10:34:15 +0000 (12:34 +0200)
commit093a0142222ca7c1d545efeff53f899f60d5fc2c
treec1850a168e296d511fff98ba6cc16adf59dffe09
parent38ccd0677f1d0393cece086c0ad130e1a33e267c
OWE: Accept only BSS entries with an actual SSID for ROAM command

An AP in OWE transition mode shows up in the BSS table twice due to use
of the hidden SSID. Since roaming requires the SSID to be known, don't
select the BSS entry with an empty SSID to force the one with the actual
SSID to be used when using the ROAM command to roam between APs that
might use OWE transition mode.

Fixes: 56e8f8bf3490 ("OWE: Enable roaming between OWE APs")
Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/bss.c