Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_ucfg_api.h71 bool ucfg_cm_is_vdev_connecting(struct wlan_objmgr_vdev *vdev);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_ucfg_api.c47 bool ucfg_cm_is_vdev_connecting(struct wlan_objmgr_vdev *vdev) in ucfg_cm_is_vdev_connecting() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_connect.c130 is_vdev_connecting = ucfg_cm_is_vdev_connecting(vdev); in hdd_cm_is_connecting()