qcacmn: Add WMI support to enable injector frame cmd

Add corresponding WMI host param for enabling the
injector frame on the AP.

CRs-fixed: 2640751
Change-Id: I00a634375e0eafbacfd505aa39dce9c8d90804c6
This commit is contained in:
Rhythm Patwa
2020-03-11 15:10:31 -07:00
committed by nshrivas
parent 1da6b755af
commit 78ddddb141
5 changed files with 84 additions and 0 deletions

View File

@@ -3912,4 +3912,16 @@ wmi_unified_extract_time_sync_ftm_offset(wmi_unified_t wmi_handle,
struct ftm_time_sync_offset *param);
#endif /* FEATURE_WLAN_TIME_SYNC_FTM */
/**
* wmi_unified_send_injector_frame_config_cmd() - configure injector frame
* @wmi_handle: wmi handle
* @param: params received in the injector frame configure command
*
* This function configures the AP to send out injector frames
*
* Return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
*/
QDF_STATUS
wmi_unified_send_injector_frame_config_cmd(wmi_unified_t wmi_handle,
struct wmi_host_injector_frame_params *param);
#endif /* _WMI_UNIFIED_API_H_ */