Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.c1240 int num_11b = 0, num_others = 0; in supp_rates_11b_only() local
1250 num_others++; in supp_rates_11b_only()
1258 num_others++; in supp_rates_11b_only()
1261 return num_11b > 0 && num_others == 0; in supp_rates_11b_only()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c1552 int num_11b = 0, num_others = 0; in supp_rates_11b_only() local
1562 num_others++; in supp_rates_11b_only()
1570 num_others++; in supp_rates_11b_only()
1573 return num_11b > 0 && num_others == 0; in supp_rates_11b_only()