Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/wireless/
H A Dchan.c1123 struct ieee80211_channel *other_chan = NULL; in cfg80211_ir_permissive_chan() local
1129 other_chan = wdev->current_bss->pub.channel; in cfg80211_ir_permissive_chan()
1142 other_chan = wdev->chandef.chan; in cfg80211_ir_permissive_chan()
1145 if (!other_chan) in cfg80211_ir_permissive_chan()
1148 if (chan == other_chan) in cfg80211_ir_permissive_chan()
1156 r2 = cfg80211_get_unii(other_chan->center_freq); in cfg80211_ir_permissive_chan()
1172 other_chan->center_freq != 5825) in cfg80211_ir_permissive_chan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android_ext.c3643 uint16 other_chan = 0, cur_chan = cur_if->channel; in wl_ext_move_cur_dfs_channel() local
3661 other_chan = wl_ext_same_band(apsta_params, cur_if, TRUE); in wl_ext_move_cur_dfs_channel()
3665 other_chan = wl_ext_same_band(apsta_params, cur_if, TRUE); in wl_ext_move_cur_dfs_channel()
3667 if (!other_chan) { in wl_ext_move_cur_dfs_channel()
3668 other_chan = wl_ext_autochannel(cur_if->dev, ACS_FW_BIT|ACS_DRV_BIT, in wl_ext_move_cur_dfs_channel()
3671 if (other_chan) in wl_ext_move_cur_dfs_channel()
3672 cur_if->channel = other_chan; in wl_ext_move_cur_dfs_channel()
3677 other_chan = wl_ext_same_band(apsta_params, cur_if, FALSE); in wl_ext_move_cur_dfs_channel()
3678 if (wl_ext_dfs_chan(other_chan) && chan_2g) { in wl_ext_move_cur_dfs_channel()
3681 other_chan = wl_ext_same_band(apsta_params, cur_if, TRUE); in wl_ext_move_cur_dfs_channel()
[all …]