Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:freqs

268 	int *freqs = NULL;
278 freqs = freq_range_to_channel_list(wpa_s,
281 wpa_s->manual_sched_scan_freqs = freqs;
2797 int *freqs = freq_range_to_channel_list(wpa_s, pos + 6);
2798 if (freqs) {
2801 wpa_s->manual_scan_freqs = freqs;
6238 int *freqs = NULL;
6263 int_array_add_unique(&freqs, freq);
6268 return freqs;
6277 int *freqs = NULL;
6286 freqs = freq_range_to_channel_list(wpa_s, pos + 5);
6287 if (freqs == NULL)
6293 return interworking_select(wpa_s, auto_sel, freqs);