qcacmn: Add the wmi interface changes for sending wlan time sync cmd

This patch adds the support for forming tlv commands
WMI_AUDIO_SYNC_TRIGGER_CMDID and WMI_AUDIO_SYNC_QTIMER_CMDID.

CRs-Fixed: 2607605
Change-Id: Ifaf2b43b60cf604d79d5649b27632422850a0d61
This commit is contained in:
Surabhi Vishnoi
2020-01-21 22:22:12 +05:30
committed by nshrivas
parent 0605cde1f1
commit 7f64ef005b
4 changed files with 141 additions and 0 deletions

View File

@@ -2154,6 +2154,16 @@ QDF_STATUS (*extract_ani_level)(uint8_t *evt_buf,
QDF_STATUS (*extract_multi_vdev_restart_resp_event)(
wmi_unified_t wmi_handle, void *evt_buf,
struct multi_vdev_restart_resp *restart_rsp);
#ifdef FEATURE_WLAN_TIME_SYNC_FTM
QDF_STATUS (*send_wlan_time_sync_ftm_trigger_cmd)(wmi_unified_t wmi_handle,
uint32_t vdev_id,
bool burst_mode);
QDF_STATUS (*send_wlan_ts_qtime_cmd)(wmi_unified_t wmi_handle,
uint32_t vdev_id,
uint64_t lpass_ts);
#endif /* FEATURE_WLAN_TIME_SYNC_FTM */
};
/* Forward declartion for psoc*/