Searched refs:iso3166 (Results 1 – 3 of 3) sorted by relevance
55 if (sscanf(map, "%2c-%2c-%d", cce->iso3166, cce->cc, in brcmf_of_get_country_codes()59 brcmf_dbg(INFO, "%s-%s-%d\n", cce->iso3166, cce->cc, in brcmf_of_get_country_codes()
7934 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()7936 if ((cc->iso3166[0] == alpha2[0]) && in brcmf_translate_country_code()7937 (cc->iso3166[1] == alpha2[1])) { in brcmf_translate_country_code()
113 char iso3166[BRCMFMAC_COUNTRY_BUF_SZ]; member