]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
OCE: Add RSSI based association rejection support (STA)
authorBeni Lev <beni.lev@intel.com>
Mon, 21 Aug 2017 16:43:52 +0000 (19:43 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 1 Jan 2019 15:56:25 +0000 (17:56 +0200)
commit19677b77c3a48116eb2fa5db06966da7220cd76d
treeb95d36a3c339df2ce3e2adb831090aab2bd2a1e0
parent2994ecfb5f0a2585f52c628231a5745b2a3026e5
OCE: Add RSSI based association rejection support (STA)

An AP might refuse to connect a STA if it has a low RSSI. In such case,
the AP informs the STA with the desired RSSI delta and a retry timeout.
Any subsequent association attempt with that AP (BSS) should be avoided,
unless the RSSI level improved by the desired delta or the timeout has
expired.

Defined in Wi-Fi Alliance Optimized Connectivity Experience technical
specification v1.0, section 3.14 (RSSI-based association rejection
information).

Signed-off-by: Beni Lev <beni.lev@intel.com>
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/events.c
wpa_supplicant/mbo.c
wpa_supplicant/wnm_sta.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h