From a9247bcdf24022534039773d1cdacfdeb597e747 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Wed, 27 Feb 2019 17:40:51 -0800 Subject: [PATCH] Vendor attribute to configure HE testbed default capabilities Add a new QCA vendor attribute for testing purposes. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 752990432..b7c3e9cf5 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5851,6 +5851,13 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT = 35, + /* 8-bit unsigned value to configure HE testbed defaults. + * This attribute is used to configure the testbed device. + * 1-set the device HE capabilities to testbed defaults. + * 0-reset the device HE capabilities to supported config. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SET_HE_TESTBED_DEFAULTS = 36, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =