]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add new WiFi test config attribute to allow WEP/TKIP in HE
authorKiran Kumar Lokere <klokere@codeaurora.org>
Tue, 27 Feb 2018 02:54:37 +0000 (18:54 -0800)
committerJouni Malinen <j@w1.fi>
Fri, 2 Mar 2018 22:09:19 +0000 (00:09 +0200)
Define a new WiFi test configuration attribute in QCA vendor
command to allow or not to allow WEP/TKIP in HT/VHT/HE mode.
This is used for configuring the testbed device.

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

index ea9080870407085321462896ae9fe2232b005305..df7ba61e3e4b26ce68eb651e3a6ffe0acaf01660 100644 (file)
@@ -5250,6 +5250,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MCS = 5,
 
+       /* 8-bit unsigned value to configure the driver to allow or not to
+        * allow the connection with WEP/TKIP in HT/VHT/HE modes.
+        * This attribute is used to configure the testbed device.
+        * 1-allow WEP/TKIP in HT/VHT/HE, 0-do not allow WEP/TKIP.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WEP_TKIP_IN_HE = 6,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =