Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:freqs

529 static int freq_allowed(int *freqs, int freq)
533 if (freqs == NULL)
536 for (i = 0; freqs[i]; i++)
537 if (freqs[i] == freq)