aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2020-11-25 23:03:48 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-03 18:57:13 +0200
commitd38f4565828264731f2a9cfe646491fba80315d3 (patch)
tree5e4c730388e6f7525c1737480bbaf5881a472794 /package/network
parent1601b39b6197963e85c441a043702e022779f371 (diff)
downloadupstream-d38f4565828264731f2a9cfe646491fba80315d3.tar.gz
upstream-d38f4565828264731f2a9cfe646491fba80315d3.tar.bz2
upstream-d38f4565828264731f2a9cfe646491fba80315d3.zip
hostapd: enable airtime policy for the -basic variants
Airtime policy configuration is extremely useful in multiple BSS scenarios. Since nowadays most people configure both private and guest networks (at least), it makes sense to enable it by default, except for the most limited of the variants. Size of the hostapd-basic-openssl binary (mipsel 24Kc -O2): 543944 bytes (airtime policy disabled) 548040 bytes (airtime policy enabled) Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> Acked-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/hostapd/files/hostapd-basic.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd-basic.config b/package/network/services/hostapd/files/hostapd-basic.config
index 947e2fa200..33c38192b1 100644
--- a/package/network/services/hostapd/files/hostapd-basic.config
+++ b/package/network/services/hostapd/files/hostapd-basic.config
@@ -384,7 +384,7 @@ CONFIG_TLS=internal
#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.