QCA vendor attribute to disable data and management frame Tx
Add a QCA vendor attribute to configure the driver to disable data and management response frame transmission to test the BSS max idle period feature. This attribute is used for testing purposes. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
ecb7590f34
commit
875d7be38c
1 changed files with 8 additions and 0 deletions
|
@ -7972,6 +7972,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
|
|||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_RU_242_TONE_TX = 47,
|
||||
|
||||
/* 8-bit unsigned value to configure the driver to disable data and
|
||||
* management response frame transmission to test the BSS max idle
|
||||
* feature.
|
||||
* 0 - Default behavior, 1 - Disable data and management response Tx.
|
||||
* This attribute is used to configure the testbed device.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISABLE_DATA_MGMT_RSP_TX = 48,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
|
||||
|
|
Loading…
Reference in a new issue