]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Store whether disassociation address is an MLD MAC address
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 29 Apr 2024 11:51:43 +0000 (13:51 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Aug 2024 09:48:25 +0000 (12:48 +0300)
commit93eb3b83c605110a1a88b12939f89a29784b20a9
treee9a7220ba8af5f07a1d0ca43d2b4b3280f261dd0
parent63ac001ed2f0af48fcf9ba7cacb096fa0f020628
WNM: Store whether disassociation address is an MLD MAC address

Commit 17a2aa822c26 ("WNM: Follow BTM procedure if the last link is
dropped") added code to store either the MLD MAC address or BSSID when
being disassociated. However, it did not save which one was stored
making the tests later on awkward.

Store whether it was an MLD MAC address or not and then do the test
accordingly.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
wpa_supplicant/wnm_sta.c
wpa_supplicant/wpa_supplicant_i.h