qcacmn: Add support to send wfa test config to FW
Host add support to send WFA test configs to FW using WMI command i.e. WMI_WFA_CONFIG_CMDID. Change-Id: Id9bdec16c69a8c16cb4ce1fac87688023c768ee6 CRs-Fixed: 2772004
This commit is contained in:

committed by
snandini

parent
18989f8ede
commit
7c64a2c250
@@ -3175,6 +3175,18 @@ QDF_STATUS wmi_extract_sar_cap_service_ready_ext(
|
||||
QDF_STATUS wmi_unified_fw_test_cmd(wmi_unified_t wmi_handle,
|
||||
struct set_fwtest_params *wmi_fwtest);
|
||||
|
||||
/**
|
||||
* wmi_unified_wfa_test_cmd() - send wfa test command to fw.
|
||||
* @handle: wmi handle
|
||||
* @wmi_fwtest: wfa test param
|
||||
*
|
||||
* This function send wfa test command to fw.
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
QDF_STATUS wmi_unified_wfa_test_cmd(wmi_unified_t wmi_handle,
|
||||
struct set_wfatest_params *wmi_wfatest);
|
||||
|
||||
/**
|
||||
* wmi_unified_peer_rx_reorder_queue_setup_send() - send rx reorder queue
|
||||
* setup command to fw
|
||||
|
Reference in New Issue
Block a user