Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_11d.c90 uint16_t max_votes; in scm_11d_elected_country_algo_fcc() local
98 max_votes = cc_db->votes[0].votes; in scm_11d_elected_country_algo_fcc()
103 } else if (max_votes >= MIN_11D_AP_COUNT) { in scm_11d_elected_country_algo_fcc()
115 if ((max_votes < cc_db->votes[i].votes) && in scm_11d_elected_country_algo_fcc()
121 max_votes = cc_db->votes[i].votes; in scm_11d_elected_country_algo_fcc()
152 uint8_t max_votes; in scm_11d_elected_country_info() local
159 max_votes = cc_db->votes[0].votes; in scm_11d_elected_country_info()
166 if (max_votes < cc_db->votes[i].votes) { in scm_11d_elected_country_info()
172 max_votes = cc_db->votes[i].votes; in scm_11d_elected_country_info()