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

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c1045 int num_11b = 0, num_others = 0; local
1055 num_others++;
1063 num_others++;
1066 return num_11b > 0 && num_others == 0;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c1045 int num_11b = 0, num_others = 0; local
1055 num_others++;
1063 num_others++;
1066 return num_11b > 0 && num_others == 0;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c1045 int num_11b = 0, num_others = 0; local
1055 num_others++;
1063 num_others++;
1066 return num_11b > 0 && num_others == 0;

Completed in 55 milliseconds