Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:freqs

668 static int freq_allowed(int *freqs, int freq)
672 if (freqs == NULL)
675 for (i = 0; freqs[i]; i++)
676 if (freqs[i] == freq)