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
Esse commit está contido em:
Srinivas Dasari
2021-07-11 14:16:06 +05:30
commit de Madan Koyyalamudi
commit 78cb3008e6
14 arquivos alterados com 934 adições e 71 exclusões

Ver arquivo

@@ -1528,9 +1528,6 @@ QDF_STATUS psoc_mlme_ext_hdl_create(struct psoc_mlme_obj *psoc_mlme)
target_if_wfatestcmd_register_tx_ops(
&psoc_mlme->ext_psoc_ptr->wfa_testcmd.tx_ops);
#ifdef ROAM_TARGET_IF_CONVERGENCE
target_if_roam_offload_register_events(psoc_mlme->psoc);
#endif /* ROAM_TARGET_IF_CONVERGENCE */
target_if_cm_roam_register_rx_ops(
&psoc_mlme->ext_psoc_ptr->rso_rx_ops);