Searched refs:allowed_no (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddfs.c96 unsigned int i, allowed_no = 0; local
101 allowed_no = ARRAY_SIZE(allowed_40);
105 allowed_no = ARRAY_SIZE(allowed_80);
109 allowed_no = ARRAY_SIZE(allowed_160);
116 for (i = 0; i < allowed_no; i++) {

Completed in 103 milliseconds