From: Kiran Kumar Lokere Date: Tue, 31 Jul 2018 01:24:45 +0000 (-0700) Subject: Define test config vendor attribute to override MU EDCA X-Git-Tag: hostap_2_7~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbdf5a49c8247c9a8f5cbc69f1858af5247aa432;p=thirdparty%2Fhostap.git Define test config vendor attribute to override MU EDCA 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 --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index e13e24304..eabf68975 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 =