Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_eth_ioctl.c16346 mlan_ds_11h_chan_dfs_state ch_dfs; in woal_move_to_next_channel() local
16356 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() local
16417 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 …]