]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to configure ER SU PPDU type
authorKiran Kumar Lokere <klokere@codeaurora.org>
Thu, 29 Apr 2021 02:47:31 +0000 (19:47 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 27 May 2021 17:29:43 +0000 (20:29 +0300)
Add QCA vendor attribute to configure the driver to transmit the
Data frames with ER SU PPDU type format. This attribute is used
for testing purpose.

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

index bacc114b81e2fe93dd4dd40d2de60fcdb651cbcb..2a57fc7fc1c5bc1488cae21cfc379bb2eeaa4ee4 100644 (file)
@@ -8087,6 +8087,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_6GHZ_SECURITY_TEST_MODE = 51,
 
+       /* 8-bit unsigned value to configure the driver to transmit data with
+        * ER SU PPDU type.
+        *
+        * 0 - Default behavior, 1 - Enable ER SU PPDU type TX.
+        * This attribute is used for testing purposes.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ER_SU_PPDU_TYPE = 52,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =