Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_11d.c93 if (!cc_db->num_country_codes) { in scm_11d_elected_country_algo_fcc()
108 for (i = 1; i < cc_db->num_country_codes; i++) { in scm_11d_elected_country_algo_fcc()
154 if (!cc_db->num_country_codes) { in scm_11d_elected_country_info()
161 for (i = 1; i < cc_db->num_country_codes; i++) { in scm_11d_elected_country_info()
220 cc_db->num_country_codes = 0; in scm_11d_reset_cc_db()
288 uint8_t num_country_codes; in scm_11d_handle_country_info() local
306 num_country_codes = cc_db->num_country_codes; in scm_11d_handle_country_info()
307 for (i = 0; i < num_country_codes; i++) { in scm_11d_handle_country_info()
319 if (num_country_codes >= SCAN_MAX_NUM_COUNTRY_CODE) { in scm_11d_handle_country_info()
321 num_country_codes); in scm_11d_handle_country_info()
[all …]
H A Dwlan_scan_11d.h48 uint8_t num_country_codes; member