Searched refs:target_if (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iapsta.c | 918 struct wl_if_info *tmp_if, *target_if = NULL; in wl_ext_if_enabled() local 926 target_if = tmp_if; in wl_ext_if_enabled() 932 return target_if; in wl_ext_if_enabled() 1681 const struct wl_if_info *cur_if, const struct wl_if_info *target_if) in wl_ext_get_vsdb_chan() argument 1689 if (cur_if->vsdb && target_if->vsdb) in wl_ext_get_vsdb_chan() 1693 target_chan = wl_ext_get_chan(apsta_params, target_if->dev, &chan_info); in wl_ext_get_vsdb_chan() 1914 struct wl_if_info *tmp_if, *target_if = NULL; in wl_ext_move_cur_channel() local 1932 target_if = tmp_if; in wl_ext_move_cur_channel() 1938 if (target_if) { in wl_ext_move_cur_channel() 1942 wl_ext_get_chan(apsta_params, target_if->dev, &tgt_chan_info); in wl_ext_move_cur_channel() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iapsta.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android_ext.c | 1760 struct wl_if_info *tmp_if, *target_if = NULL; in wl_ext_if_enabled() local 1768 target_if = tmp_if; in wl_ext_if_enabled() 1774 return target_if; in wl_ext_if_enabled() 3548 struct wl_if_info *cur_if, struct wl_if_info *target_if) in wl_ext_get_vsdb_chan() argument 3552 target_chan = wl_ext_get_chan(apsta_params, target_if->dev); in wl_ext_get_vsdb_chan() 3773 struct wl_if_info *tmp_if, *target_if = NULL; in wl_ext_move_cur_channel() local 3791 target_if = tmp_if; in wl_ext_move_cur_channel() 3808 target_if->ifname, target_if->prefix, target_chan); in wl_ext_move_cur_channel() 3823 struct wl_if_info *tmp_if, *target_if=NULL; in wl_ext_move_other_channel() local 3840 target_if = tmp_if; in wl_ext_move_other_channel() [all …]
|