Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_vdev_mgr_interface.c1111 mlme_priv->connection_fail = val; in mlme_set_connection_fail()
1126 return mlme_priv->connection_fail; in mlme_is_connection_fail()
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h848 bool connection_fail; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c10221 bool connection_fail = false; in lim_sta_mlme_vdev_stop_send() local
10233 connection_fail = mlme_is_connection_fail(vdev_mlme->vdev); in lim_sta_mlme_vdev_stop_send()
10234 pe_debug("Send vdev stop, connection_fail %d", connection_fail); in lim_sta_mlme_vdev_stop_send()
10235 if (connection_fail) { in lim_sta_mlme_vdev_stop_send()