]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD STA: Find partner links by BSSID and SSID
authorMichael-CY Lee <michael-cy.lee@mediatek.com>
Tue, 9 Apr 2024 06:50:23 +0000 (14:50 +0800)
committerJouni Malinen <j@w1.fi>
Sat, 13 Jul 2024 15:09:32 +0000 (18:09 +0300)
commite7172e26d3ebe962150a2e579e40d3a69e8f7304
tree7d49bbeb4b69c532d5f1e83f5c1d3430159fe524
parent6809f2b95571539d6692b582b7ba30763c125ed1
MLD STA: Find partner links by BSSID and SSID

Non-AP MLD finds AP MLD's partner links by BSSID from the scan results.
However, if the scan results contain BSSs with the same BSSID but
different BSS information, the non-AP MLD might assign a wrong BSS to
one of the AP MLD's partner links.

Avoids the problem by using both BSSID and SSID to find the AP MLD's
partner links.

Signed-off-by: Michael-CY Lee <michael-cy.lee@mediatek.com>
wpa_supplicant/bss.c
wpa_supplicant/sme.c