Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
H A Dwlan_cmn_mlme_main.c415 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()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/mlme/src/
H A Dosif_cm_util.c666 .mlme_cm_connect_active_notify_cb = osif_cm_connect_active_notify,
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_mlme_cmn.h109 void (*mlme_cm_connect_active_notify_cb)(uint8_t vdev_id); member