Lines Matching refs:target_if
1005 struct wl_if_info *tmp_if, *target_if = NULL; in wl_ext_if_enabled() local
1013 target_if = tmp_if; in wl_ext_if_enabled()
1019 return target_if; in wl_ext_if_enabled()
1807 const struct wl_if_info *cur_if, const struct wl_if_info *target_if) in wl_ext_get_vsdb_chan() argument
1815 if (cur_if->vsdb && target_if->vsdb) in wl_ext_get_vsdb_chan()
1819 target_chan = wl_ext_get_chan(target_if->dev, &chan_info); in wl_ext_get_vsdb_chan()
2044 struct wl_if_info *tmp_if, *target_if = NULL; in wl_ext_move_cur_channel() local
2062 target_if = tmp_if; in wl_ext_move_cur_channel()
2068 if (target_if) { in wl_ext_move_cur_channel()
2072 wl_ext_get_chan(target_if->dev, &tgt_chan_info); in wl_ext_move_cur_channel()
2082 target_if->ifname, target_if->prefix, in wl_ext_move_cur_channel()
2098 struct wl_if_info *tmp_if, *target_if=NULL; in wl_ext_move_other_channel() local
2115 target_if = tmp_if; in wl_ext_move_other_channel()
2122 if (target_if) { in wl_ext_move_other_channel()
2123 WL_MSG(target_if->ifname, "channel=%s-%d => %s channel=%s-%d\n", in wl_ext_move_other_channel()
2124 WLCBAND2STR(target_if->chan_info.band), target_chan, in wl_ext_move_other_channel()
2126 wl_ext_set_chan_info(target_if, cur_if->chan_info.band, cur_if->chan_info.chan); in wl_ext_move_other_channel()
2127 wl_ext_move_other_dfs_channel(apsta_params, target_if); in wl_ext_move_other_channel()
2129 wl_ext_if_down(apsta_params, target_if); in wl_ext_move_other_channel()
2131 if (target_if->ifmode == IMESH_MODE) { in wl_ext_move_other_channel()
2132 wl_ext_enable_iface(target_if->dev, target_if->ifname, 0, FALSE); in wl_ext_move_other_channel()
2133 } else if (target_if->ifmode == IAP_MODE) { in wl_ext_move_other_channel()
2134 wl_ext_if_up(apsta_params, target_if, FALSE, 0); in wl_ext_move_other_channel()
2137 wl_ext_trigger_csa(apsta_params, target_if); in wl_ext_move_other_channel()
2141 return target_if; in wl_ext_move_other_channel()
2482 struct wl_if_info *cur_if = NULL, *target_if = NULL; in wl_ext_iapsta_update_channel() local
2501 target_if = wl_ext_move_other_channel(apsta_params, cur_if); in wl_ext_iapsta_update_channel()
2503 cur_if->ifmode == ISTA_MODE && !target_if) { in wl_ext_iapsta_update_channel()