Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/utf/src/
H A Dcm_utf.c35 ext_ops->mlme_cm_ext_disconnect_req_cb = wlan_cm_utf_disconnect_req; in cm_utf_set_mlme_ops()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
H A Dwlan_cmn_mlme_main.c447 if ((glbl_ops) && glbl_ops->mlme_cm_ext_disconnect_req_cb) in mlme_cm_disconnect_req()
448 ret = glbl_ops->mlme_cm_ext_disconnect_req_cb(vdev, req); in mlme_cm_disconnect_req()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_mlme_cmn.h389 QDF_STATUS (*mlme_cm_ext_disconnect_req_cb) member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c2470 .mlme_cm_ext_disconnect_req_cb = cm_handle_disconnect_req,