qcacmn: WMI tlv support to profile commands

WMI_WLAN_PROFILE commands support for tlv path.
Add WMI profile enable and trigger commands in tlv path

Change-Id: I10f867b181b559b82c097d6a61236f2145549238
This commit is contained in:
Gurumoorthi Gnanasambandhan
2019-12-18 15:37:27 +05:30
committed by nshrivas
parent 0d8578f313
commit c4880c3a0b
4 changed files with 209 additions and 0 deletions

View File

@@ -1816,6 +1816,18 @@ QDF_STATUS
wmi_unified_wlan_profile_trigger_cmd_send(wmi_unified_t wmi_handle,
struct wlan_profile_params *param);
/**
* wmi_unified_wlan_profile_hist_intvl_cmd_send() - WMI wlan profile history
* cmd function
* @wmi_handle: handle to WMI.
* @param: pointer to hold wlan profile param
*
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
*/
QDF_STATUS
wmi_unified_wlan_profile_hist_intvl_cmd_send(wmi_unified_t wmi_handle,
struct wlan_profile_params *param);
/**
* wmi_unified_set_chan_cmd_send() - WMI set channel cmd function
* @wmi_handle: handle to WMI.