]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Vendor attribute to configure support to enable VHT in 2.4G band
authorKiran Kumar Lokere <klokere@codeaurora.org>
Wed, 6 Feb 2019 01:04:24 +0000 (17:04 -0800)
committerJouni Malinen <j@w1.fi>
Wed, 6 Mar 2019 12:03:56 +0000 (14:03 +0200)
Add a new QCA vendor attribute for testing purposes.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index eff78699170d8d2ffb182e370e91dd9e40a2dc9b..75299043210dbae6cdf57e9d52b32f9314709008 100644 (file)
@@ -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 =