]> git.ipfire.org Git - thirdparty/hostap.git/commit
BSS: Switch struct wpa_bss to use valid_links bitmask
authorBenjamin Berg <benjamin.berg@intel.com>
Tue, 20 Feb 2024 13:18:15 +0000 (14:18 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 2 Mar 2024 10:24:15 +0000 (12:24 +0200)
commit45fffac0fe4bbf426fa968e1945b159eae3222d0
tree30857e176a7c58eb15709ad3a34c2361769589b6
parente90f6678f1414b09b52446af526c22359b5b9c64
BSS: Switch struct wpa_bss to use valid_links bitmask

This aligns both the wpa_supplicant and bss structures to use the same
pattern of a valid_links bitmask plus per-link entries.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
tests/test-bss.c
wpa_supplicant/bss.c
wpa_supplicant/bss.h
wpa_supplicant/events.c
wpa_supplicant/sme.c