aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/hostapd-full.config
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-08-28 01:39:45 +0200
committerDavid Bauer <mail@david-bauer.net>2020-09-11 17:35:48 +0200
commite289f183476b486e6f9f9590013a5b98de54c762 (patch)
treeb823a0c4f7b2f6631af74bd11ee39caf37debef0 /package/network/services/hostapd/files/hostapd-full.config
parentfe82ea049e521043d88c036ecdda4d2be6a14f1c (diff)
downloadupstream-e289f183476b486e6f9f9590013a5b98de54c762.tar.gz
upstream-e289f183476b486e6f9f9590013a5b98de54c762.tar.bz2
upstream-e289f183476b486e6f9f9590013a5b98de54c762.zip
hostapd: add support for per-BSS airtime configuration
Add support for per-BSS airtime weight configuration. This allows to set a airtime weight per BSS as well as a ratio limit based on the weight. Support for this feature is only enabled in the full flavors of hostapd. Consult the hostapd.conf documentation (Airtime policy configuration) for more information on the inner workings of the exposed settings. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/services/hostapd/files/hostapd-full.config')
-rw-r--r--package/network/services/hostapd/files/hostapd-full.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index 0ecce423e7..ab9d13aae7 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -384,7 +384,7 @@ CONFIG_TAXONOMY=y
#CONFIG_OWE=y
# Airtime policy support
-#CONFIG_AIRTIME_POLICY=y
+CONFIG_AIRTIME_POLICY=y
# Override default value for the wpa_disable_eapol_key_retries configuration
# parameter. See that parameter in hostapd.conf for more details.