qcacmn: Ignore H2E RSNXE support for test config
Userspace sends the vendor command WIFI_TEST_CONFIGURATION by setting the attribute WIFI_TEST_CONFIG_IGNORE_H2E_RSNXE when driver needs to ignore the SAE H2E mismatch for 6 GHz connection. This is needed for certification test support Change-Id: I5c1838598478ab74d72d57a765452d7fd989b701 CRs-Fixed: 3072578
This commit is contained in:

committed by
Madan Koyyalamudi

parent
7521505f91
commit
cc60bec109
@@ -2858,6 +2858,8 @@ struct set_fwtest_params {
|
||||
* @WFA_CONFIG_OCV: configure OCI
|
||||
* @WFA_CONFIG_SA_QUERY: configure driver/firmware to ignore SAquery timeout
|
||||
* @WFA_FILS_DISCV_FRAMES: FD frames TX enable disable config
|
||||
* @WFA_IGNORE_H2E_RSNXE: configure driver/firmware to ignore H2E_RSNXE in case
|
||||
* of 6g connection
|
||||
*/
|
||||
enum wfa_test_cmds {
|
||||
WFA_CONFIG_RXNE,
|
||||
@@ -2865,6 +2867,7 @@ enum wfa_test_cmds {
|
||||
WFA_CONFIG_OCV,
|
||||
WFA_CONFIG_SA_QUERY,
|
||||
WFA_FILS_DISCV_FRAMES,
|
||||
WFA_IGNORE_H2E_RSNXE,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user