]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
QCA vendor attribute to ignore SAE H2E requirement mismatch
authorKiran Kumar Lokere <klokere@codeaurora.org>
Mon, 1 Mar 2021 22:13:57 +0000 (14:13 -0800)
committerJouni Malinen <j@w1.fi>
Thu, 4 Mar 2021 16:04:07 +0000 (18:04 +0200)
Add a QCA vendor attribute to ignore SAE H2E requirement mismatch for 6
GHz connection. This attribute is used for testing purposes.

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

index f7e5571d1ee666d6797e1fe73108dc6f3eeb87f0..99ca44a00675af3f2d5da0a17056e03b132c740e 100644 (file)
@@ -7989,6 +7989,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_PUNCTURED_PREAMBLE_RX = 49,
 
+       /* 8-bit unsigned value to configure the driver to ignore the SAE H2E
+        * requirement mismatch for 6 GHz connection.
+        * 0 - Default behavior, 1 - Ignore SAE H2E requirement mismatch.
+        * This attribute is used to configure the testbed device.
+        */
+       QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_IGNORE_H2E_RSNXE = 50,
+
        /* keep last */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =