Vendor attribute to configure HE testbed default capabilities
Add a new QCA vendor attribute for testing purposes. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
8a7510cc0d
commit
a9247bcdf2
1 changed files with 7 additions and 0 deletions
|
@ -5851,6 +5851,13 @@ enum qca_wlan_vendor_attr_wifi_test_config {
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT = 35,
|
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT = 35,
|
||||||
|
|
||||||
|
/* 8-bit unsigned value to configure HE testbed defaults.
|
||||||
|
* This attribute is used to configure the testbed device.
|
||||||
|
* 1-set the device HE capabilities to testbed defaults.
|
||||||
|
* 0-reset the device HE capabilities to supported config.
|
||||||
|
*/
|
||||||
|
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SET_HE_TESTBED_DEFAULTS = 36,
|
||||||
|
|
||||||
/* 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