From cbdf5a49c8247c9a8f5cbc69f1858af5247aa432 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Mon, 30 Jul 2018 18:24:45 -0700 Subject: [PATCH] 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 --- src/common/qca-vendor.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 =