Searched refs:ch_dfs (Results 1 – 1 of 1) sorted by relevance
16346 mlan_ds_11h_chan_dfs_state ch_dfs; in woal_move_to_next_channel() local16356 memset(&ch_dfs, 0, sizeof(ch_dfs)); in woal_move_to_next_channel()16357 ch_dfs.channel = next_chan; in woal_move_to_next_channel()16358 if (woal_11h_chan_dfs_state(priv, MLAN_ACT_GET, &ch_dfs)) in woal_move_to_next_channel()16361 if (ch_dfs.dfs_required) in woal_move_to_next_channel()16384 mlan_ds_11h_chan_dfs_state ch_dfs; in woal_priv_extend_channel_switch() local16417 memset(&ch_dfs, 0, sizeof(ch_dfs)); in woal_priv_extend_channel_switch()16418 ch_dfs.channel = data[2]; in woal_priv_extend_channel_switch()16420 if (woal_11h_chan_dfs_state(priv, MLAN_ACT_GET, &ch_dfs)) { in woal_priv_extend_channel_switch()16428 if (ch_dfs.dfs_required && in woal_priv_extend_channel_switch()[all …]