Searched refs:mlme_is_chan_switch_in_progress (Results 1 – 6 of 6) sorted by relevance
124 bool mlme_is_chan_switch_in_progress(struct wlan_objmgr_vdev *vdev);
136 mlme_is_chan_switch_in_progress(session->vdev)); in lim_send_switch_chnl_params()
10192 if (mlme_is_chan_switch_in_progress(vdev_mlme->vdev)) { in lim_sta_mlme_vdev_restart_send()11103 !mlme_is_chan_switch_in_progress(mlme_obj->vdev)) in lim_pre_vdev_start()
4570 return mlme_is_chan_switch_in_progress(iface->vdev); in wma_get_channel_switch_in_progress()4592 if (mlme_is_chan_switch_in_progress(vdev_mlme->vdev)) { in wma_sta_mlme_vdev_start_continue()4626 if (mlme_is_chan_switch_in_progress(vdev)) { in wma_ap_mlme_vdev_start_continue()4752 if (mlme_is_chan_switch_in_progress(vdev_mlme->vdev)) in wma_mon_mlme_vdev_start_continue()4792 if (mlme_is_chan_switch_in_progress(vdev_mlme->vdev)) in wma_mon_mlme_vdev_start_continue()
1141 mlme_is_chan_switch_in_progress(iface->vdev))) { in wma_handle_channel_switch_resp()1156 mlme_is_chan_switch_in_progress(iface->vdev)) in wma_handle_channel_switch_resp()1390 if (mlme_is_chan_switch_in_progress(iface->vdev) || in wma_vdev_start_resp_handler()
911 bool mlme_is_chan_switch_in_progress(struct wlan_objmgr_vdev *vdev) in mlme_is_chan_switch_in_progress() function