]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD: Read the correct BSSID from the RNR
authorBenjamin Berg <benjamin.berg@intel.com>
Thu, 28 Dec 2023 13:19:22 +0000 (15:19 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jan 2024 15:43:00 +0000 (17:43 +0200)
commita80dcf0e2460b5cdcaf7b946b7e12ee25f87a712
tree3c83cd6e01eab75ad5082627ef737a04397b2ac4
parent906dade4f9951d304bd58bc843c94ef981fd1530
MLD: Read the correct BSSID from the RNR

The previous implementation would find the correct TBTT record in the
RNR but then always copied the BSSID from the first record out. Fix this
to copy the BSSID from the current position.

Fixes: de5e01010cb2 ("wpa_supplicant: Support ML probe request")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
wpa_supplicant/bss.c