Searched refs:cc_ie (Results 1 – 2 of 2) sorted by relevance
289 struct wlan_country_ie *cc_ie; in scm_11d_handle_country_info() local292 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()
1123 struct wlan_country_ie *cc_ie; in scm_is_bss_allowed_for_country() local1127 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()