Home
last modified time | relevance | path

Searched full:iso3166 (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/include/linux/platform_data/
Dbrcmfmac.h105 * (iso3166) to firmware country code and
108 * @iso3166: iso3166 alpha 2 country code string.
113 char iso3166[BRCMFMAC_COUNTRY_BUF_SZ]; member
/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/
Dbrcm,bcm4329-fmac.yaml85 description: Multiple strings for translating ISO3166 country code to
92 Use a trivial mapping of ISO3166 country codes to brcmfmac firmware
94 the CLM blob firmware uses ISO3166 country codes as well, and that all
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dof.c56 if (sscanf(map, "%2c-%2c-%d", cce->iso3166, cce->cc, in brcmf_of_get_country_codes()
60 brcmf_dbg(INFO, "%s-%s-%d\n", cce->iso3166, cce->cc, in brcmf_of_get_country_codes()
Dcommon.h41 * @trivial_ccode_map: Assume firmware uses ISO3166 country codes with rev 0
Dcfg80211.c7921 brcmf_dbg(TRACE, "No country codes configured for device, using ISO3166 code and 0 rev\n"); in brcmf_translate_country_code()
7937 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()
7939 if ((cc->iso3166[0] == alpha2[0]) && in brcmf_translate_country_code()
7940 (cc->iso3166[1] == alpha2[1])) { in brcmf_translate_country_code()
8197 /* ignore non-ISO3166 country codes */ in brcmf_cfg80211_reg_notifier()
8200 bphy_err(drvr, "not an ISO3166 code (0x%02x 0x%02x)\n", in brcmf_cfg80211_reg_notifier()
/linux-6.14.4/include/net/
Dregulatory.h117 * ISO3166-alpha2 country code. wiphys that use regulatory_hint()
130 * based on the ISO3166-alpha2 from country IE provided through
/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Dcore.h185 /* set country code by ANSI country name, based on ISO3166-1 alpha2 */