qcacmn: Add support to send FILS DISC TX enable/disable to FW
Add support to send WFA test config FILS DISC frames TX enable/disable to FW. Change-Id: I5b0abed1b6fe517b12c29269da6456c48b21725c CRs-Fixed: 2801138
This commit is contained in:

committed by
snandini

parent
2c94590699
commit
06ac6b2604
@@ -2792,12 +2792,14 @@ struct set_fwtest_params {
|
||||
* @WFA_CONFIG_CSA: configure the driver to ignore CSA
|
||||
* @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
|
||||
*/
|
||||
enum wfa_test_cmds {
|
||||
WFA_CONFIG_RXNE,
|
||||
WFA_CONFIG_CSA,
|
||||
WFA_CONFIG_OCV,
|
||||
WFA_CONFIG_SA_QUERY,
|
||||
WFA_FILS_DISCV_FRAMES,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user