[openwrt/openwrt] hostapd: enable MBO if 802.11ax is enabled
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 27 17:52:40 PDT 2022
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/eaad8dfc2291f43b494dd2bb892b71466eeebb61
commit eaad8dfc2291f43b494dd2bb892b71466eeebb61
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Jun 20 19:25:22 2022 +0300
hostapd: enable MBO if 802.11ax is enabled
Multi Band Operation is required for 802.11ax certification, so let's
enable it if 802.11ax support is enabled.
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
Acked-by: David Bauer <mail at david-bauer.net>
---
package/network/services/hostapd/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/services/hostapd/Config.in b/package/network/services/hostapd/Config.in
index e22bbff83a..4cfcaafade 100644
--- a/package/network/services/hostapd/Config.in
+++ b/package/network/services/hostapd/Config.in
@@ -78,6 +78,7 @@ config DRIVER_11AC_SUPPORT
config DRIVER_11AX_SUPPORT
bool
default n
+ select WPA_MBO_SUPPORT
config WPA_ENABLE_WEP
bool "Enable support for unsecure and obsolete WEP"
More information about the lede-commits
mailing list