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

2022-06-24 Thread David Bauer

Hi Stijn,

On 6/24/22 15:05, Stijn Tintel wrote:

On 23/06/2022 00:47, David Bauer wrote:

Hi Stijn,

On 6/21/22 15:36, Stijn Tintel wrote:

Multi Band Operation is required for 802.11ax certification, so let's
enable it if 802.11ax support is enabled.


I'd suggest we enable it for the -full build variants unconditionally.


Exclusively or on top of enabling it for 802.11ax devices?


On top.

Best
David



Thanks,
Stijn

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


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

2022-06-24 Thread Stijn Tintel

On 23/06/2022 00:47, David Bauer wrote:

Hi Stijn,

On 6/21/22 15:36, Stijn Tintel wrote:

Multi Band Operation is required for 802.11ax certification, so let's
enable it if 802.11ax support is enabled.


I'd suggest we enable it for the -full build variants unconditionally.


Exclusively or on top of enabling it for 802.11ax devices?

Thanks,
Stijn

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


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

2022-06-22 Thread David Bauer

Hi Stijn,

On 6/21/22 15:36, Stijn Tintel wrote:

Multi Band Operation is required for 802.11ax certification, so let's
enable it if 802.11ax support is enabled.


I'd suggest we enable it for the -full build variants unconditionally.

Best
David



Signed-off-by: Stijn Tintel 
---
  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"


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


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

2022-06-21 Thread Stijn Tintel
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 
---
 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


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel