qcacld-3.0: wma to target_if migration of wmi_roam_event
Currently, wmi_roam_event_id data is extracted and processing is also done in wma. This is not inline with component model where target_if takes care of data extraction and handover the extracted data to corresponding component(connection mgr in this case). Add changes to support the same. As the legacy CSR/LIM is not yet converged, have a wrapper from connection mgr to wma to call these legacy APIs. Change-Id: I0e22bbccfe21200b90771a01f9ee7454f4ecb119 CRs-Fixed: 2990355
This commit is contained in:

committed by
Madan Koyyalamudi

parent
a011a54fee
commit
78cb3008e6
@@ -264,6 +264,20 @@ QDF_STATUS
|
||||
wmi_extract_roam_sync_frame_event(wmi_unified_t wmi_handle, void *event,
|
||||
uint32_t len,
|
||||
struct roam_synch_frame_ind *frame_ptr);
|
||||
|
||||
/**
|
||||
* wmi_extract_roam_event - Extract roam event
|
||||
* @wmi_handle: WMI handle
|
||||
* @event: Event data received from firmware
|
||||
* @data_len: Event data length received from firmware
|
||||
* @roam_event: Extract the event and fill in roam_event
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_extract_roam_event(wmi_unified_t wmi_handle, uint8_t *event,
|
||||
uint32_t data_len,
|
||||
struct roam_offload_roam_event *roam_event);
|
||||
#endif /* ROAM_TARGET_IF_CONVERGENCE */
|
||||
#endif /* WLAN_FEATURE_ROAM_OFFLOAD */
|
||||
|
||||
|
Reference in New Issue
Block a user