qcacld-3.0: Replace CSR API with connection mgr API part 3

Replace the CSR API to get connect info with cnx mgr API.

Change-Id: Id4b92ba5db10935b5deccdacd72218d4a087c61d
CRs-Fixed: 2852437
这个提交包含在:
gaurank kathpalia
2021-01-11 17:48:27 +05:30
提交者 snandini
父节点 c0221fc09d
当前提交 c86ce01b74
修改 17 个文件,包含 385 行新增248 行删除

查看文件

@@ -1746,7 +1746,7 @@ static struct mlme_ext_ops ext_ops = {
.mlme_vdev_ext_delete_rsp = vdevmgr_vdev_delete_rsp_handle,
#ifdef FEATURE_CM_ENABLE
.mlme_cm_ext_hdl_create_cb = cm_ext_hdl_create,
.mlme_cm_ext_hdl_destroy_cb = cm_ext_hdl_destroy,
.mlme_cm_ext_hdl_destroy_cb = cm_ext_hdl_destroy,
.mlme_cm_ext_connect_start_ind_cb = cm_connect_start_ind,
.mlme_cm_ext_connect_req_cb = cm_handle_connect_req,
.mlme_cm_ext_bss_peer_create_req_cb = cm_send_bss_peer_create_req,