From: Kiran Kumar Lokere Date: Wed, 6 Feb 2019 01:04:24 +0000 (-0800) Subject: Vendor attribute to configure support to enable VHT in 2.4G band X-Git-Tag: hostap_2_8~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7510cc0d5b2c292b7fbd1083aa47902e509951;p=thirdparty%2Fhostap.git 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 --- 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 =