diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2020-11-25 23:03:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-11-23 18:30:04 +0100 |
commit | 46aa34ee0f55133c51d569282915d75ab322212a (patch) | |
tree | 7d02647d48d3683031b9ae1c23e6cda1d475b55f /package/network | |
parent | 62fa301cce9ede47e4e03433a0770e32bfb42a9d (diff) | |
download | upstream-46aa34ee0f55133c51d569282915d75ab322212a.tar.gz upstream-46aa34ee0f55133c51d569282915d75ab322212a.tar.bz2 upstream-46aa34ee0f55133c51d569282915d75ab322212a.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>
(cherry-picked from commit d38f4565828264731f2a9cfe646491fba80315d3)
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/hostapd/files/hostapd-basic.config | 2 |
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. |