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

/freebsd-11.0-release/contrib/wpa/src/common/
H A Dieee802_11_common.c1009 int num_11b = 0, num_others = 0; local
1019 num_others++;
1027 num_others++;
1030 return num_11b > 0 && num_others == 0;

Completed in 157 milliseconds