qcacmn: Wma to target_if migration for roam sync

Roam sync event wma to target_if migration.

Change-Id: I6992675f4260120134563292e0b189132a955d48
CRs-Fixed: 3001497
Tento commit je obsažen v:
Amruta Kulkarni
2021-07-13 20:38:12 -07:00
odevzdal Madan Koyyalamudi
rodič 4149a48ae9
revize 693dbbdf2f
2 změnil soubory, kde provedl 17 přidání a 1 odebrání

Zobrazit soubor

@@ -384,10 +384,23 @@ QDF_STATUS
(*extract_roam_msg_info)(wmi_unified_t wmi_handle, void *evt_buf,
struct roam_msg_info *dst, uint8_t idx);
#ifdef ROAM_TARGET_IF_CONVERGENCE
/**
* extract_roam_sync_event - Extract roam sync event func ptr
* @wmi_handle: WMI handle
* @evt_buf: Event buffer
* @len: evt buffer data len
* @synd_ind: roam sync ptr
*
* This api will allocate memory for roam sync info, extract
* the information sent by FW and pass to CM.The memory will be
* freed by target_if_cm_roam_sync_event.
*
* Return: QDF_STATUS
*/
QDF_STATUS
(*extract_roam_sync_event)(wmi_unified_t wmi_handle, void *evt_buf,
uint32_t len,
uint8_t *vdev_id);
struct roam_offload_synch_ind **sync_ind);
QDF_STATUS
(*extract_roam_sync_frame_event)(wmi_unified_t wmi_handle, void *event,