[PATCH 2/4] hostapd: enable MBO if 802.11ax is enabled

Stijn Tintel stijn at linux-ipv6.be
Tue Jun 21 06:36:08 PDT 2022


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>
---
 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 68a78359f6..3d3e578379 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"
-- 
2.35.1




More information about the openwrt-devel mailing list