Home
last modified time | relevance | path

Searched refs:mlme_cm_ext_vdev_down_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.c39 ext_ops->mlme_cm_ext_vdev_down_req_cb = wlan_cm_utf_vdev_down; in cm_utf_set_mlme_ops()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
H A Dwlan_cmn_mlme_main.c479 if ((glbl_ops) && glbl_ops->mlme_cm_ext_vdev_down_req_cb) in mlme_cm_vdev_down_req()
480 ret = glbl_ops->mlme_cm_ext_vdev_down_req_cb(vdev); in mlme_cm_vdev_down_req()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_mlme_cmn.h397 QDF_STATUS (*mlme_cm_ext_vdev_down_req_cb)( member
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c2473 .mlme_cm_ext_vdev_down_req_cb = cm_send_vdev_down_req,