Home
last modified time | relevance | path

Searched refs:assoc_type (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/core/inc/ !
H A Dwlan_mlme_vdev_mgr_interface.h391 enum vdev_assoc_type assoc_type);
H A Dwlan_mlme_main.h852 enum vdev_assoc_type assoc_type; member
/wlan-driver/qcacld-3.0/components/mlme/core/src/ !
H A Dwlan_mlme_vdev_mgr_interface.c1174 enum vdev_assoc_type assoc_type) in mlme_set_assoc_type() argument
1184 mlme_priv->assoc_type = assoc_type; in mlme_set_assoc_type()
1291 return mlme_priv->assoc_type; in mlme_get_assoc_type()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_utils.c10146 enum vdev_assoc_type assoc_type; in lim_sta_mlme_vdev_start_send() local
10155 assoc_type = mlme_get_assoc_type(vdev_mlme->vdev); in lim_sta_mlme_vdev_start_send()
10156 switch (assoc_type) { in lim_sta_mlme_vdev_start_send()
10168 pe_err("assoc_type %d is invalid", assoc_type); in lim_sta_mlme_vdev_start_send()
10222 enum vdev_assoc_type assoc_type; in lim_sta_mlme_vdev_stop_send() local
10236 assoc_type = mlme_get_assoc_type(vdev_mlme->vdev); in lim_sta_mlme_vdev_stop_send()
10237 switch (assoc_type) { in lim_sta_mlme_vdev_stop_send()
10248 pe_info("Invalid assoc_type %d", assoc_type); in lim_sta_mlme_vdev_stop_send()
10303 enum vdev_assoc_type assoc_type; in lim_sta_mlme_vdev_req_fail() local
10314 assoc_type = mlme_get_assoc_type(vdev_mlme->vdev); in lim_sta_mlme_vdev_req_fail()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/ !
H A Dwma_utils.c4587 enum vdev_assoc_type assoc_type; in wma_sta_mlme_vdev_start_continue() local
4598 assoc_type = mlme_get_assoc_type(vdev_mlme->vdev); in wma_sta_mlme_vdev_start_continue()
4599 switch (assoc_type) { in wma_sta_mlme_vdev_start_continue()
4608 wma_err("assoc_type %d is invalid", assoc_type); in wma_sta_mlme_vdev_start_continue()
H A Dwma_dev_if.c1284 enum vdev_assoc_type assoc_type = VDEV_ASSOC; in wma_vdev_start_resp_handler() local
1388 assoc_type = mlme_get_assoc_type(vdev_mlme->vdev); in wma_vdev_start_resp_handler()
1393 (assoc_type == VDEV_ASSOC || assoc_type == VDEV_REASSOC))) { in wma_vdev_start_resp_handler()