Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c1549 int num_11b = 0, num_others = 0; in supp_rates_11b_only() local
1559 num_others++; in supp_rates_11b_only()
1567 num_others++; in supp_rates_11b_only()
1570 return num_11b > 0 && num_others == 0; in supp_rates_11b_only()