]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to disable data and management frame Tx
authorKiran Kumar Lokere <klokere@codeaurora.org>
Thu, 18 Feb 2021 20:41:55 +0000 (12:41 -0800)
committerJouni Malinen <j@w1.fi>
Mon, 22 Feb 2021 22:46:31 +0000 (00:46 +0200)
Add a QCA vendor attribute to configure the driver to disable data and
management response frame transmission to test the BSS max idle period
feature.

This attribute is used for testing purposes.

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

index 42921d2bf67f308d7fc28b57d137a4781cbead2c..970a04e232eb8700ab0a8ef15e5fa4b89d361439 100644 (file)
@@ -7972,6 +7972,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_RU_242_TONE_TX = 47,
 
+       /* 8-bit unsigned value to configure the driver to disable data and
+        * management response frame transmission to test the BSS max idle
+        * feature.
+        * 0 - Default behavior, 1 - Disable data and management response Tx.
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISABLE_DATA_MGMT_RSP_TX = 48,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =