diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 17c6b5ea7a..131485a62a 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -4526,6 +4526,8 @@ typedef enum { wmi_roam_auth_offload_event_id, wmi_service_ready_ext2_event_id, wmi_get_elna_bypass_event_id, + wmi_motion_det_host_eventid, + wmi_motion_det_base_line_host_eventid, wmi_events_max, } wmi_conv_event_id; diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index 702366c80b..9eea91d15c 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -12753,6 +12753,9 @@ static void populate_tlv_events_id(uint32_t *event_ids) event_ids[wmi_roam_auth_offload_event_id] = WMI_ROAM_PREAUTH_START_EVENTID; event_ids[wmi_get_elna_bypass_event_id] = WMI_GET_ELNA_BYPASS_EVENTID; + event_ids[wmi_motion_det_host_eventid] = WMI_MOTION_DET_HOST_EVENTID; + event_ids[wmi_motion_det_base_line_host_eventid] = + WMI_MOTION_DET_BASE_LINE_HOST_EVENTID; } /**