Lines Matching refs:tgt_if
1985 struct wl_if_info *tgt_if) in wl_ext_move_other_dfs_channel() argument
1987 struct wl_chan_info *tgt_chan_info = &tgt_if->chan_info; in wl_ext_move_other_dfs_channel()
1992 if (!apsta_params->radar && wl_ext_master_if(tgt_if) && in wl_ext_move_other_dfs_channel()
1994 wl_ext_get_default_chan(tgt_if->dev, &chan_2g, &chan_5g, TRUE); in wl_ext_move_other_dfs_channel()
1997 WL_MSG(tgt_if->ifname, "[%c] no valid channel\n", tgt_if->prefix); in wl_ext_move_other_dfs_channel()
2003 wl_ext_set_chan_info(tgt_if, WLC_BAND_5G, chan_5g); in wl_ext_move_other_dfs_channel()
2005 wl_ext_set_chan_info(tgt_if, WLC_BAND_2G, chan_2g); in wl_ext_move_other_dfs_channel()
2006 auto_chan = wl_ext_get_same_band_chan(apsta_params, tgt_if, TRUE); in wl_ext_move_other_dfs_channel()
2008 auto_chan = wl_ext_autochannel(tgt_if->dev, ACS_FW_BIT|ACS_DRV_BIT, in wl_ext_move_other_dfs_channel()
2018 wl_ext_set_chan_info(tgt_if, WLC_BAND_2G, chan_2g); in wl_ext_move_other_dfs_channel()
2019 auto_chan = wl_ext_get_same_band_chan(apsta_params, tgt_if, TRUE); in wl_ext_move_other_dfs_channel()
2021 auto_chan = wl_ext_autochannel(tgt_if->dev, ACS_FW_BIT|ACS_DRV_BIT, in wl_ext_move_other_dfs_channel()
2034 WL_MSG(tgt_if->ifname, "[%c] move channel %s-%d => %s-%d\n", in wl_ext_move_other_dfs_channel()
2035 tgt_if->prefix, WLCBAND2STR(cur_band), cur_chan, in wl_ext_move_other_dfs_channel()