Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:freqs

256 	int *freqs = NULL;
266 freqs = freq_range_to_channel_list(wpa_s,
269 wpa_s->manual_sched_scan_freqs = freqs;
2364 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6);
2365 if (freqs) {
2368 wpa_s->manual_scan_freqs = freqs;
5089 int *freqs = NULL;
5114 int_array_add_unique(&freqs, freq);
5119 return freqs;
5128 int *freqs = NULL;
5137 freqs = freq_range_to_channel_list(wpa_s, pos + 5);
5138 if (freqs == NULL)
5144 return interworking_select(wpa_s, auto_sel, freqs);
6008 int *freqs = NULL;
6010 freqs = freq_range_to_channel_list(wpa_s, val);
6011 if (freqs == NULL)
6015 wpa_s->manual_scan_freqs = freqs;