From 8a7510cc0d5b2c292b7fbd1083aa47902e509951 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Tue, 5 Feb 2019 17:04:24 -0800 Subject: [PATCH] Vendor attribute to configure support to enable VHT in 2.4G band Add a new QCA vendor attribute for testing purposes. Signed-off-by: Jouni Malinen --- src/common/qca-vendor.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index eff786991..752990432 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -5845,6 +5845,12 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_HTC_HE_SUPP = 34, + /* 8-bit unsigned value to configure VHT support in 2.4G band. + * This attribute is used to configure the testbed device. + * 1-enable, 0-disable + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT = 35, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =