]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to allow eMLSR HW mode
authorGururaj Pandurangi <quic_panduran@quicinc.com>
Mon, 25 Apr 2022 11:38:40 +0000 (04:38 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 28 Apr 2022 18:09:41 +0000 (21:09 +0300)
Add QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_11BE_EMLSR_MODE value to allow
or disallow eMLSR hardware mode for IEEE 802.11be MLO capable devices.
If this attribute is set to 1, and if the firmware supports this
capability too, the STA advertises this capability to the AP over
Association Request frame. This attribute will not have any effect on
legacy devices with no IEEE 802.11be support.

Signed-off-by: Gururaj Pandurangi <quic_panduran@quicinc.com>
src/common/qca-vendor.h

index b7467cd76462bb03d3c1a9d4e34d199499b99cc0..d04c8d18dd6ad5af409fa664798a1b2de8dcdca8 100644 (file)
@@ -8635,6 +8635,18 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BCAST_TWT_SUPPORT = 57,
 
+       /* 8-bit unsigned value to configure the driver/firmware to allow eMLSR
+        * mode for IEEE 802.11be MLO capable devices. If the attribute is set
+        * to 1, and if the firmware supports this capability too, the STA
+        * advertises this capability to the AP over Association Request frame.
+        * This attribute will not have any effect on legacy devices with no
+        * IEEE 802.11be support.
+        * 0 - Default behavior
+        * 1 - Enable eMLSR (Enhanced Multi-link Single-Radio) mode
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_11BE_EMLSR_MODE = 58,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =