qcacmn: Add support to handle wmi smart monitor event

Add functions to parse and extract wmi smart monitor
event received from target.

Change-Id: Ic18e3134b684c5f8e12839e997d628909a7e27c9
CRs-Fixed: 2969247
This commit is contained in:
Surabhi Vishnoi
2021-06-15 19:11:40 +05:30
committed by Madan Koyyalamudi
parent 2234d80a72
commit 6663105f9b
5 changed files with 75 additions and 0 deletions

View File

@@ -2455,6 +2455,13 @@ QDF_STATUS (*extract_vdev_mgmt_offload_event)(
struct mgmt_offload_event_params *params);
#endif /* WLAN_FEATURE_PKT_CAPTURE */
#ifdef WLAN_FEATURE_PKT_CAPTURE_V2
QDF_STATUS (*extract_smart_monitor_event)(
void *handle,
void *event_buf,
struct smu_event_params *params);
#endif /* WLAN_FEATURE_PKT_CAPTURE_V2 */
QDF_STATUS (*multisoc_tbtt_sync_cmd)(wmi_unified_t wmi_handle,
struct rnr_tbtt_multisoc_sync_param *param);