From c0c877a1f19a7631414957e7c0404e3849d607e3 Mon Sep 17 00:00:00 2001 From: Veerendranath Jakkam Date: Mon, 2 Sep 2024 12:57:05 +0530 Subject: [PATCH] QCA vendor test configuration to add random PMKIDs in RSNE Add QCA vendor test configuration interface to add random PMKIDs in the RSNE of the (Re)Association Request frames. Signed-off-by: Veerendranath Jakkam --- src/common/qca-vendor.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 5545879ac..05dc3940e 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -10469,6 +10469,18 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISABLE_CHAN_SWITCH_INITIATION = 74, + /* 8-bit unsigned value. This indicates number of random PMKIDs to be + * added in the RSNE of the (Re)Association request frames. This is + * exclusively used for the scenarios where the device is used as a test + * bed device with special functionality and not recommended for + * production. Default value is zero. If the user space configures a + * non-zero value, that remains in use until the driver is unloaded or + * the user space resets the value to zero. + * + * This attribute is used for testing purposes. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_RSNE_ADD_RANDOM_PMKIDS = 75, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX = -- 2.47.2