mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
Define test config attribute to configure OM control support
Define a new QCA vendor specific test config attribute to configure the support for receiving the MPDU with operating mode control subfield. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
077232f603
commit
13dd13fc01
@ -5553,6 +5553,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA = 21,
|
||||
|
||||
/* 8-bit unsigned value to configure the support for receiving
|
||||
* an MPDU that contains an operating mode control subfield.
|
||||
* This attribute is used to configure the testbed device.
|
||||
* 1-enable, 0-disable.
|
||||
*/
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_SUPP = 22,
|
||||
|
||||
/* keep last */
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_AFTER_LAST,
|
||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_MAX =
|
||||
|
Loading…
Reference in New Issue
Block a user