From 1a60099f260972f9eaed3ddb9b117df46494df47 Mon Sep 17 00:00:00 2001 From: Kiran Kumar Lokere Date: Mon, 1 Mar 2021 14:13:57 -0800 Subject: [PATCH] QCA vendor attribute to ignore SAE H2E requirement mismatch 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 --- src/common/qca-vendor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index f7e5571d1..99ca44a00 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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 =