]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add QCA vendor attribute to disable channel switch initiation
authorShivani Baranwal <quic_shivbara@quicinc.com>
Fri, 16 Aug 2024 07:14:36 +0000 (12:44 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 29 Aug 2024 17:11:06 +0000 (20:11 +0300)
Add a test config u8 attribute to disable the channel switch
initiation in P2P GO mode.

Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
src/common/qca-vendor.h

index 38d76c6ccf154f0414336476b931a22ecdb7b8d5..6148eac53b66817b4bbf3d262f7e649ee52e77dd 100644 (file)
@@ -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 =