]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/config_file.c
OCE: Add RSSI based association rejection support (AP)
authorBeni Lev <beni.lev@intel.com>
Mon, 21 Aug 2017 16:43:53 +0000 (19:43 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 1 Jan 2019 16:18:50 +0000 (18:18 +0200)
commit076f1ea1d9d78a2ecca678e3a7dddec128ff19fc
tree1c286b2629c213510e9716d35da25348a75dc81c
parent19677b77c3a48116eb2fa5db06966da7220cd76d
OCE: Add RSSI based association rejection support (AP)

An AP might reject a STA association request due to low RSSI. In such
case, the AP informs the STA the desired RSSI improvement and a retry
timeout. The STA might retry to associate even if the RSSI hasn't
improved if the retry timeout expired.

Signed-off-by: Beni Lev <beni.lev@intel.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_shared.c