QCA vendor attribute to allow 6 GHz connection with all security types
Add a QCA vendor attribute to configure the driver to allow the 6 GHz connection with all security types. This attribute is used for testing purposes. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
1a60099f26
commit
800fb69970
1 changed files with 8 additions and 0 deletions
|
@ -7996,6 +7996,14 @@ enum qca_wlan_vendor_attr_wifi_test_config {
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_IGNORE_H2E_RSNXE = 50,
|
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_IGNORE_H2E_RSNXE = 50,
|
||||||
|
|
||||||
|
/* 8-bit unsigned value to configure the driver to allow 6 GHz
|
||||||
|
* connection with all security modes.
|
||||||
|
* 0 - Default behavior, 1 - Allow 6 GHz connection with all security
|
||||||
|
* modes.
|
||||||
|
* This attribute is used for testing purposes.
|
||||||
|
*/
|
||||||
|
QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_6GHZ_SECURITY_TEST_MODE = 51,
|
||||||
|
|
||||||
/* 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