Home
last modified time | relevance | path

Searched full:country (Results 1 – 25 of 223) sorted by relevance

123456789

/openbmc/linux/drivers/net/wireless/ath/
H A Dregd.c334 * - We enable initiating radiation if the country IE says its fine:
335 * - If no country IE has been processed and a we determine we have
363 * @reg: regulatory structure - used for country selection
366 * If no country IE has been received always enable passive scan
370 * If a country IE has been received check its rule for this
557 /* EEPROM value is a country code */ in ath_regd_is_eeprom_valid()
561 "a country code\n"); in ath_regd_is_eeprom_valid()
575 "ath: invalid regulatory domain/country code 0x%x\n", rd); in ath_regd_is_eeprom_valid()
579 /* EEPROM country code to regpair mapping */
605 /* Returns the map of the EEPROM set RD to a country code */
[all …]
/openbmc/linux/net/wireless/
H A Dreg.h90 * regulatory_hint_country_ie - hints a country IE as a regulatory domain
93 * @band: the band on which the country IE was received on. This determines
94 * the band we'll process the country IE channel triplets for.
95 * @country_ie: pointer to the country IE
96 * @country_ie_len: length of the country IE
99 * for the alpha2 this country IE belongs to, this prevents APs from
100 * sending us incorrect or outdated information against a country.
102 * The AP is expected to provide Country IE channel triplets for the
104 * country IE triplets even for channels outside of the band they are
120 * and go to another country, whether or not we suspend and resume.
[all …]
H A Dreg.c565 char country[12]; in call_crda() local
566 char *env[] = { country, NULL }; in call_crda()
569 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda()
578 pr_debug("Calling CRDA for country: %c%c\n", in call_crda()
653 struct fwdb_country country[]; member
707 const struct fwdb_country *country) in valid_country() argument
709 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country()
815 const struct fwdb_country *country; in valid_regdb() local
829 country = &hdr->country[0]; in valid_regdb()
830 while ((u8 *)(country + 1) <= data + size) { in valid_regdb()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/
H A DGeoIP.conf7 # * GeoLite2-Country - GeoLite2 Country
8 # * 506 - GeoLite Legacy Country
11 ProductIds GeoLite2-City GeoLite2-Country 506 517 533
/openbmc/linux/include/net/
H A Dregulatory.h28 * enum environment_cap - Environment parsed from country IE
29 * @ENVIRON_ANY: indicates country IE applies to both indoor and
31 * @ENVIRON_INDOOR: indicates country IE applies only to indoor operation
32 * @ENVIRON_OUTDOOR: indicates country IE applies only to outdoor operation
51 * @alpha2: the ISO / IEC 3166 alpha2 country code of the requested
75 * country IE
119 * ISO3166-alpha2 country code. wiphys that use regulatory_hint()
132 * based on the ISO3166-alpha2 from country IE provided through
135 * all country IE information processed by the regulatory core. This will
136 * override %REGULATORY_COUNTRY_IE_FOLLOW_POWER as all country IEs will
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dnvm-reg.h268 * regulatory profile according to the given MCC (Mobile Country Code).
272 * @mcc: given mobile country code
300 * (mobile country code).
327 * (mobile country code).
356 * (mobile country code).
391 * regulatory profile according to the given MCC (Mobile Country Code).
395 * @mcc: given mobile country code
526 * For each supported country, a pair of regulatory override bit and 11ax mode exist
541 * per country, one to indicate whether to override and the other to
544 * per country, one to indicate whether to override and the other to
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dbrcmfmac.h104 * struct brcmfmac_pd_cc_entry - Struct for translating user space country code
105 * (iso3166) to firmware country code and
108 * @iso3166: iso3166 alpha 2 country code string.
109 * @cc: firmware country code string.
110 * @rev: firmware country code revision.
119 * struct brcmfmac_pd_cc - Struct for translating country codes as set by user
120 * space to a country code and rev which can be used by
144 * @country_codes: If available, pointer to struct for translating country
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dregd.c195 *If no country IE has been received always enable active scan in _rtl_reg_apply_active_scan_flags()
209 *If a country IE has been recieved check its rule for this in _rtl_reg_apply_active_scan_flags()
387 struct country_code_to_enum_rd *country = NULL; in rtl_regd_init() local
397 "rtl: EEPROM regdomain: 0x%0x country code: %d\n", in rtl_regd_init()
402 "rtl: EEPROM indicates invalid country code, world wide 13 should be used\n"); in rtl_regd_init()
407 country = _rtl_regd_find_country(rtlpriv->regd.country_code); in rtl_regd_init()
409 if (country) { in rtl_regd_init()
410 rtlpriv->regd.alpha2[0] = country->iso_name[0]; in rtl_regd_init()
411 rtlpriv->regd.alpha2[1] = country->iso_name[1]; in rtl_regd_init()
418 "rtl: Country alpha2 being used: %c%c\n", in rtl_regd_init()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid12 …ces/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
13 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
14 What: /sys/class/hidraw/hidraw<num>/device/country
19 of the device's HID country code (e.g. 21 for US).
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalGenerateCsr.vue44 :label="$t('pageCertificates.modal.country')"
45 label-for="country"
48 id="country"
49 v-model="form.country"
50 data-test-id="modalGenerateCsr-select-country"
52 :state="getValidationState(v$.form.country)"
53 @input="v$.form.country.$touch()"
388 country: null,
401 countryOptions: COUNTRY_LIST.map((country) => ({
402 text: country.label,
[all …]
/openbmc/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.h42 const char *country; member
88 country, commonname, \ argument
98 country, commonname, altname1, altname2, \
109 country, commonname, \ argument
119 country, commonname, altname1, altname2, \
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md37 Country Name (2 letter code) [AU]:US
57 "Country": <Country Name>,
74 "Country": "US",
159 "Country": "US",
169 "Country": "US",
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c99 /* Country names and abbreviations with locale defined from ISO 3166 */
106 struct country_info country; member
147 .country = LOCALES(bn, 11n),
169 * Indicates whether the country provided is valid to pass
185 * do not match ISO 3166-1 user assigned country codes in brcms_c_country_valid()
304 * set the driver's current country and regulatory information
305 * using a country code as the source. Look up built in country
306 * information found with the country code.
341 /* store the country code for passing up as a regulatory hint */ in brcms_c_channel_mgr_attach()
356 /* save default country for exiting 11d regulatory mode */ in brcms_c_channel_mgr_attach()
[all …]
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c42 * Update country IE from Beacon or Probe Resopnse and configure PHY for
60 NumTriples = (CoutryIeLen - 3) / 3; /* skip 3-byte country string. */ in dot11d_update_country_ie()
67 netdev_err(dev->dev, "%s: Invalid country IE, skip it 1\n", __func__); in dot11d_update_country_ie()
74 netdev_err(dev->dev, "%s: Invalid country IE, skip it 2\n", __func__); in dot11d_update_country_ie()
127 /* Reset country IE if previous one is gone. */ in dot11d_scan_complete()
H A Ddot11d.h20 u16 country_ie_len; /* > 0 if country_ie_buf[] contains valid country information element. */
23 u8 country_ie_src_addr[ETH_ALEN]; /* Source AP of the country IE. */
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A Dbrcm,bcm4329-fmac.yaml83 description: Multiple strings for translating ISO3166 country code to
84 brcmfmac firmware country code and revision.
90 Use a trivial mapping of ISO3166 country codes to brcmfmac firmware
91 country code and revision: cc -> { cc, 0 }. In other words, assume that
92 the CLM blob firmware uses ISO3166 country codes as well, and that all
/openbmc/linux/Documentation/networking/
H A Dregulatory.rst28 given country.
52 The alpha2 is passed as an environment variable under the variable COUNTRY.
73 * Wireless subsystems for Country Information elements
84 crda can provide back a regulatory domain for that country or
95 (driver, user, country IE) and determine what to allow based on its
109 by having a mapping of your device's EEPROM country/regulatory
/openbmc/linux/drivers/staging/rtl8192e/
H A Ddot11d.h27 * @country_buffer contains valid country information element.
32 * @country_src_addr - Source AP of the country IE
81 u16 country_len, u8 *country);
H A Ddot11d.c111 u16 country_len, u8 *country) in dot11d_update_country() argument
121 triple = (struct chnl_txpow_triple *)(country + 3); in dot11d_update_country()
125 "%s: Invalid country IE, skip it......1\n", in dot11d_update_country()
132 "%s: Invalid country IE, skip it......2\n", in dot11d_update_country()
150 memcpy(dot11d_info->country_buffer, country, country_len); in dot11d_update_country()
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/
H A Dpreseed.cfg7 # Set language, country and locale
9 d-i debian-installer/country string GB
29 d-i mirror/country string manual NO
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h177 /* disable country code setting from SMBIOS */
180 /* set country code by ANSI country name, based on ISO3166-1 alpha2 */
195 /* To set specific country, you need to set country code
196 * flag=ATH11K_SMBIOS_CC_ISO first, then if country is United
197 * States, then country code value = 0x5553 ("US",'U' = 0x55, 'S'=
198 * 0x53). To set country to INDONESIA, then country code value =
199 * 0x4944 ("IN", 'I'=0x49, 'D'=0x44). If country code flag =
922 /* This regd is set during dynamic country setting
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c27 /* If no explicit country code map is specified, check whether in brcmf_of_get_country_codes()
57 brcmf_err("failed to read country map %s\n", map); in brcmf_of_get_country_codes()
120 brcmf_err("failed to get OF country code map (err=%d)\n", err); in brcmf_of_probe()
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dfreshclam.conf61 # Uncomment the following line and replace XY with your country
175 # Country of origin of malware/detection statistics (for statistical
181 # of the country of origin.
183 #DetectionStatsCountry country-code
H A Dfreshclam-native.conf61 # Uncomment the following line and replace XY with your country
175 # Country of origin of malware/detection statistics (for statistical
181 # of the country of origin.
183 #DetectionStatsCountry country-code
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js194 country,
216 data.Country = country;

123456789