projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c3210
)
hostapd: enable MBO if 802.11ax is enabled
author
Stijn Tintel
<stijn@linux-ipv6.be>
Mon, 20 Jun 2022 16:25:22 +0000
(19:25 +0300)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 28 Jun 2022 00:23:51 +0000
(
03:23
+0300)
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@linux-ipv6.be>
Acked-by: David Bauer <mail@david-bauer.net>
package/network/services/hostapd/Config.in
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/Config.in
b/package/network/services/hostapd/Config.in
index e22bbff83a3c424b191ae83f54292031097c3dd2..4cfcaafade90cfce0c079ebca71fdfc37ad2b425 100644
(file)
--- 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"