]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to configure Punctured Preamble Rx in HE cap
authorKiran Kumar Lokere <klokere@codeaurora.org>
Thu, 18 Feb 2021 21:20:28 +0000 (13:20 -0800)
committerJouni Malinen <j@w1.fi>
Mon, 22 Feb 2021 22:46:37 +0000 (00:46 +0200)
Add a QCA vendor attribute to enable/disable the Punctured Preamble Rx
support in HE PHY capabilities.

This attribute is used for testing purposes.

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

index 970a04e232eb8700ab0a8ef15e5fa4b89d361439..f7e5571d1ee666d6797e1fe73108dc6f3eeb87f0 100644 (file)
@@ -7980,6 +7980,15 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISABLE_DATA_MGMT_RSP_TX = 48,
 
+       /* 8-bit unsigned value to configure the driver/firmware to enable or
+        * disable Punctured Preamble Rx subfield in the HE PHY capabilities
+        * information field.
+        * 0 - Disable Punctured Preamble Rx subfield
+        * 1 - Enable Punctured Preamble Rx subfield
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_PUNCTURED_PREAMBLE_RX = 49,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =