diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 5eb0597d8a..29f560ddd0 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -4546,6 +4546,10 @@ typedef enum { wmi_mgmt_offload_data_event_id, wmi_pdev_multi_vdev_restart_response_event_id, wmi_roam_pmkid_request_event_id, +#ifdef FEATURE_WLAN_TIME_SYNC_FTM + wmi_wlan_time_sync_ftm_start_stop_event_id, + wmi_wlan_time_sync_q_master_slave_offset_eventid, +#endif wmi_events_max, } wmi_conv_event_id; diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index 21dbdef06f..a801a82de9 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -13745,6 +13745,12 @@ static void populate_tlv_events_id(uint32_t *event_ids) WMI_PDEV_MULTIPLE_VDEV_RESTART_RESP_EVENTID; event_ids[wmi_roam_pmkid_request_event_id] = WMI_ROAM_PMKID_REQUEST_EVENTID; +#ifdef FEATURE_WLAN_TIME_SYNC_FTM + event_ids[wmi_wlan_time_sync_ftm_start_stop_event_id] = + WMI_VDEV_AUDIO_SYNC_START_STOP_EVENTID; + event_ids[wmi_wlan_time_sync_q_master_slave_offset_eventid] = + WMI_VDEV_AUDIO_SYNC_Q_MASTER_SLAVE_OFFSET_EVENTID; +#endif } /**