]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD: Add support for disabled APs
authorIlan Peer <ilan.peer@intel.com>
Thu, 21 Dec 2023 11:08:20 +0000 (13:08 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Dec 2023 13:56:41 +0000 (15:56 +0200)
commit5927455b8b50ed489db8cdcfb637bf646917a003
treef65013a97dbc5b8e60c4ce0461444f2e139fc245
parent981e8c1e49f1b63a32661f479e8173e432c6afd7
MLD: Add support for disabled APs

An affiliated AP of an AP MLD can temporarily be disabled. Other
affiliated APs of the AP MLD indicate this in the Reduced Neighbor
Report (RNR) elements added to their Beacon and Probe Response frames.

When an affiliated AP is disabled, it should be included in the
association exchange, but can be activated only after it is enabled.

Add support identifying disabled APs and propagate the information
to the driver within the associate() callback.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/common/ieee802_11_defs.h
src/drivers/driver.h
wpa_supplicant/bss.c
wpa_supplicant/bss.h
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant_i.h