]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to allow 6 GHz connection with all security types
authorKiran Kumar Lokere <klokere@codeaurora.org>
Mon, 1 Mar 2021 22:56:09 +0000 (14:56 -0800)
committerJouni Malinen <j@w1.fi>
Thu, 4 Mar 2021 16:05:06 +0000 (18:05 +0200)
Add a QCA vendor attribute to configure the driver to allow the 6 GHz
connection with all security types. This attribute is used for testing
purposes.

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

index 99ca44a00675af3f2d5da0a17056e03b132c740e..b5daac186d697a0ce4e7c63795bce138eb459236 100644 (file)
@@ -7996,6 +7996,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_IGNORE_H2E_RSNXE = 50,
 
+       /* 8-bit unsigned value to configure the driver to allow 6 GHz
+        * connection with all security modes.
+        * 0 - Default behavior, 1 - Allow 6 GHz connection with all security
+        * modes.
+        * This attribute is used for testing purposes.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_6GHZ_SECURITY_TEST_MODE = 51,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =