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

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c526 int num_11b = 0, num_others = 0; local
536 num_others++;
544 num_others++;
547 return num_11b > 0 && num_others == 0;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c526 int num_11b = 0, num_others = 0; local
536 num_others++;
544 num_others++;
547 return num_11b > 0 && num_others == 0;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c526 int num_11b = 0, num_others = 0; local
536 num_others++;
544 num_others++;
547 return num_11b > 0 && num_others == 0;

Completed in 405 milliseconds