]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add test configuration attr to enable/disable full bandwidth UL MU-MIMO
authorSrinivas Girigowda <sgirigow@codeaurora.org>
Wed, 28 Oct 2020 21:18:01 +0000 (14:18 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 10 Nov 2020 18:10:59 +0000 (20:10 +0200)
Define a QCA vendor attribute
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FULL_BW_UL_MU_MIMO to
enable/disable full bandwidth UL MU-MIMO subfield in the HE PHY
capabilities information field for testing purposes.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index 89736b16ef6162cc3e9172d44d0b92bc5d1631f4..ca9c2d1778f732a879f101f028f3881e3e190d26 100644 (file)
@@ -7701,6 +7701,15 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FILS_DISCOVERY_FRAMES_TX = 44,
 
+       /* 8-bit unsigned value to configure the driver/firmware to enable or
+        * disable full bandwidth UL MU-MIMO subfield in the HE PHY capabilities
+        * information field.
+        * 0 - Disable full bandwidth UL MU-MIMO subfield
+        * 1 - Enable full bandwidth UL MU-MIMO subfield
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FULL_BW_UL_MU_MIMO = 45,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =