]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define test config vendor attribute to override MU EDCA
authorKiran Kumar Lokere <klokere@codeaurora.org>
Tue, 31 Jul 2018 01:24:45 +0000 (18:24 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 1 Aug 2018 14:38:47 +0000 (17:38 +0300)
Add a new test config QCA vendor attribute to override the MU EDCA
parameters to default values in the driver for test configuration. This
is used for configuring the testbed device.

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

index e13e2430493735893fd195754cea65b3abfc78c8..eabf689757ac229375ea77e6063dde16f9bd53e4 100644 (file)
@@ -5523,6 +5523,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MAC_PADDING_DUR = 20,
 
+       /* 8-bit unsigned value to override the MU EDCA params to defaults
+        * regardless of the AP beacon MU EDCA params. If it is enabled use
+        * the default values else use the MU EDCA params from AP beacon.
+        * This attribute is used to configure the testbed device.
+        * 1-enable, 0-disable.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =