From: Shivani Baranwal Date: Fri, 16 Aug 2024 07:14:36 +0000 (+0530) Subject: Add QCA vendor attribute to disable channel switch initiation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7963348cd475961088b287c24281e1b94ab52a7;p=thirdparty%2Fhostap.git Add QCA vendor attribute to disable channel switch initiation Add a test config u8 attribute to disable the channel switch initiation in P2P GO mode. Signed-off-by: Shivani Baranwal --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 38d76c6cc..6148eac53 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -10457,6 +10457,14 @@ enum qca_wlan_vendor_attr_wifi_test_config { */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_EHT_SCS_TRAFFIC_SUPPORT = 73, + /* 8-bit unsigned value to disable or not disable the channel switch + * initiation in P2P GO mode. + * 0 - Not-disable, 1 - Disable + * + * This attribute is used for testing purposes. + */ + QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISABLE_CHAN_SWITCH_INITIATION = 74, + /* keep last */ QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =