Allow AP mode to disconnect STAs based on low ACK condition
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Dec 2010 15:15:01 +0000 (17:15 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 28 Dec 2010 15:15:01 +0000 (17:15 +0200)
The nl80211 driver can report low ACK condition (in fact it reports
complete loss right now only). Use that, along with a config option, to
disconnect stations when the data connection is not working properly,
e.g., due to the STA having went outside the range of the AP. This is
disabled by default and can be enabled with disassoc_low_ack=1 in
hostapd or wpa_supplicant configuration file.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found