From 4d4bca7eec3d036e1cbed28fc823d06d08008d78 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 22 Mar 2019 12:02:46 +0100 Subject: [PATCH] hostapd: Kick stations that are too far away Signed-off-by: Michael Tremer --- src/functions/functions.hostapd | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.2