From: Michael Tremer Date: Fri, 22 Mar 2019 11:02:46 +0000 (+0100) Subject: hostapd: Kick stations that are too far away X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=4d4bca7eec3d036e1cbed28fc823d06d08008d78 hostapd: Kick stations that are too far away Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.hostapd b/src/functions/functions.hostapd index 911a1412..8b281cc2 100644 --- a/src/functions/functions.hostapd +++ b/src/functions/functions.hostapd @@ -265,6 +265,9 @@ hostapd_config_write() { print "ssid=${ssid}" fi + # Kick stations that are too far away + print "disassoc_low_ack=1" + # WMM & WMM-PS Unscheduled Automatic Power Save Delivery print "wmm_enabled=${wmm}" print "uapsd_advertisement_enabled=1"