Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_11d.c289 struct wlan_country_ie *cc_ie; in scm_11d_handle_country_info() local
292 cc_ie = util_scan_entry_country(scan_entry); in scm_11d_handle_country_info()
299 if (!cc_ie) in scm_11d_handle_country_info()
304 cc_ie->cc[i] = qdf_toupper(cc_ie->cc[i]); in scm_11d_handle_country_info()
308 match = !qdf_mem_cmp(cc_db->votes[i].cc, cc_ie->cc, in scm_11d_handle_country_info()
326 qdf_mem_copy(cc_db->votes[num_country_codes].cc, cc_ie->cc, in scm_11d_handle_country_info()
H A Dwlan_scan_cache_db.c1123 struct wlan_country_ie *cc_ie; in scm_is_bss_allowed_for_country() local
1127 cc_ie = util_scan_entry_country(scan_entry); in scm_is_bss_allowed_for_country()
1128 if (!cc_ie) in scm_is_bss_allowed_for_country()
1131 if (cc_ie && qdf_mem_cmp(cc_ie->cc, programmed_country, in scm_is_bss_allowed_for_country()