]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define test config QCA vendor attribute for Tx beamformee NSTS
authorKiran Kumar Lokere <klokere@codeaurora.org>
Sat, 23 Jun 2018 00:31:45 +0000 (17:31 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 28 Jun 2018 15:37:01 +0000 (18:37 +0300)
Add a new wifi test config QCA vendor attribute to configure Tx
beamformee number of space-time streams value in the driver.
This is used for testbed configuration.

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

index ed8fb3a67fe433262e786d128e6d591ca0af9910..e428e4b2621b9c98f2ab622cae915172f9a537b6 100644 (file)
@@ -5455,6 +5455,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE = 13,
 
+       /* 8-bit unsigned value to configure the tx beamformee number
+        * of space-time streams.
+        * This attribute is used to configure the testbed device.
+        * The range of the value is 0 to 8.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS = 14,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =