Lines Matching refs:freqs
285 int *freqs = NULL; in wpas_ctrl_pno() local
295 freqs = freq_range_to_channel_list(wpa_s, in wpas_ctrl_pno()
298 wpa_s->manual_sched_scan_freqs = freqs; in wpas_ctrl_pno()
3507 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6); in wpa_supplicant_ctrl_iface_select_network() local
3508 if (freqs) { in wpa_supplicant_ctrl_iface_select_network()
3510 wpa_s->select_network_scan_freqs = freqs; in wpa_supplicant_ctrl_iface_select_network()
7788 int *freqs = NULL; in freq_range_to_channel_list() local
7813 int_array_add_unique(&freqs, freq); in freq_range_to_channel_list()
7818 return freqs; in freq_range_to_channel_list()
7827 int *freqs = NULL; in ctrl_interworking_select() local
7836 freqs = freq_range_to_channel_list(wpa_s, pos + 5); in ctrl_interworking_select()
7837 if (freqs == NULL) in ctrl_interworking_select()
7843 return interworking_select(wpa_s, auto_sel, freqs); in ctrl_interworking_select()
12129 int *freqs; in wpas_ctrl_ml_probe() local
12165 freqs = os_malloc(sizeof(int) * 2); in wpas_ctrl_ml_probe()
12166 if (!freqs) in wpas_ctrl_ml_probe()
12169 freqs[0] = bss->freq; in wpas_ctrl_ml_probe()
12170 freqs[1] = 0; in wpas_ctrl_ml_probe()
12178 wpa_s->manual_scan_freqs = freqs; in wpas_ctrl_ml_probe()