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.c1238 int num_11b = 0, num_others = 0; in supp_rates_11b_only() local
1248 num_others++; in supp_rates_11b_only()
1256 num_others++; in supp_rates_11b_only()
1259 return num_11b > 0 && num_others == 0; in supp_rates_11b_only()