]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define test config QCA vendor attribute for HE SU PPDU Tx config
authorKiran Kumar Lokere <klokere@codeaurora.org>
Wed, 26 Sep 2018 00:24:38 +0000 (17:24 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 2 Nov 2018 10:09:38 +0000 (12:09 +0200)
Add a new wifi test config QCA vendor attribute to configure HE
single user PPDU transmission.
This is used for testbed configuration.

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

index 3c7d59287ae598d2901bfe63968ab148a39c720f..79fb98282b8b58d4d24b67f5b96c9c8d824c6a34 100644 (file)
@@ -5659,6 +5659,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG = 30,
 
+       /* 8-bit unsigned value to configure HE single user PPDU
+        * transmission. By default this setting is disabled and it
+        * is disabled in the reset defaults of the device configuration.
+        * This attribute is used to configure the testbed device.
+        * 1-enable, 0-disable
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_SUPPDU = 31,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =