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 <quic_shivbara@quicinc.com>
This commit is contained in:
parent
d15403aefb
commit
b7963348cd
1 changed files with 8 additions and 0 deletions
|
@ -10457,6 +10457,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_EHT_SCS_TRAFFIC_SUPPORT = 73,
|
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 */
|
/* keep last */
|
||||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
|
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
|
||||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
|
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
|
||||||
|
|
Loading…
Reference in a new issue