Home
last modified time | relevance | path

Searched refs:glbl_cm_ops (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
H A Dwlan_cmn_mlme_main.c35 struct mlme_cm_ops *glbl_cm_ops; variable
44 glbl_cm_ops = glbl_cm_ops_cb(); in mlme_cm_ops_init()
50 glbl_cm_ops = NULL; in mlme_cm_ops_deinit()
415 if (glbl_cm_ops && glbl_cm_ops->mlme_cm_connect_active_notify_cb) in mlme_cm_osif_connect_active_notify()
416 glbl_cm_ops->mlme_cm_connect_active_notify_cb(vdev_id); in mlme_cm_osif_connect_active_notify()
489 if (glbl_cm_ops && glbl_cm_ops->mlme_cm_connect_complete_cb) in mlme_cm_osif_connect_complete()
490 ret = glbl_cm_ops->mlme_cm_connect_complete_cb(vdev, rsp); in mlme_cm_osif_connect_complete()
501 if (glbl_cm_ops && in mlme_cm_osif_failed_candidate_ind()
502 glbl_cm_ops->mlme_cm_failed_candidate_cb) in mlme_cm_osif_failed_candidate_ind()
503 ret = glbl_cm_ops->mlme_cm_failed_candidate_cb(vdev, rsp); in mlme_cm_osif_failed_candidate_ind()
[all …]