Searched refs:assoc_type (Results 1 – 6 of 6) sorted by relevance
391 enum vdev_assoc_type assoc_type);
852 enum vdev_assoc_type assoc_type; member
1174 enum vdev_assoc_type assoc_type) in mlme_set_assoc_type() argument1184 mlme_priv->assoc_type = assoc_type; in mlme_set_assoc_type()1291 return mlme_priv->assoc_type; in mlme_get_assoc_type()
10146 enum vdev_assoc_type assoc_type; in lim_sta_mlme_vdev_start_send() local10155 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() local10236 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() local10314 assoc_type = mlme_get_assoc_type(vdev_mlme->vdev); in lim_sta_mlme_vdev_req_fail()[all …]
4587 enum vdev_assoc_type assoc_type; in wma_sta_mlme_vdev_start_continue() local4598 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()
1284 enum vdev_assoc_type assoc_type = VDEV_ASSOC; in wma_vdev_start_resp_handler() local1388 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()