Searched full:country (Results 1 – 25 of 223) sorted by relevance
123456789
334 * - We enable initiating radiation if the country IE says its fine:335 * - If no country IE has been processed and a we determine we have363 * @reg: regulatory structure - used for country selection366 * If no country IE has been received always enable passive scan370 * If a country IE has been received check its rule for this557 /* 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 …]
90 * regulatory_hint_country_ie - hints a country IE as a regulatory domain93 * @band: the band on which the country IE was received on. This determines94 * the band we'll process the country IE channel triplets for.95 * @country_ie: pointer to the country IE96 * @country_ie_len: length of the country IE99 * for the alpha2 this country IE belongs to, this prevents APs from100 * sending us incorrect or outdated information against a country.102 * The AP is expected to provide Country IE channel triplets for the104 * country IE triplets even for channels outside of the band they are120 * and go to another country, whether or not we suspend and resume.[all …]
565 char country[12]; in call_crda() local566 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[]; member707 const struct fwdb_country *country) in valid_country() argument709 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country()815 const struct fwdb_country *country; in valid_regdb() local829 country = &hdr->country[0]; in valid_regdb()830 while ((u8 *)(country + 1) <= data + size) { in valid_regdb()[all …]
7 # * GeoLite2-Country - GeoLite2 Country8 # * 506 - GeoLite Legacy Country11 ProductIds GeoLite2-City GeoLite2-Country 506 517 533
28 * enum environment_cap - Environment parsed from country IE29 * @ENVIRON_ANY: indicates country IE applies to both indoor and31 * @ENVIRON_INDOOR: indicates country IE applies only to indoor operation32 * @ENVIRON_OUTDOOR: indicates country IE applies only to outdoor operation51 * @alpha2: the ISO / IEC 3166 alpha2 country code of the requested75 * country IE119 * ISO3166-alpha2 country code. wiphys that use regulatory_hint()132 * based on the ISO3166-alpha2 from country IE provided through135 * all country IE information processed by the regulatory core. This will136 * override %REGULATORY_COUNTRY_IE_FOLLOW_POWER as all country IEs will[all …]
268 * regulatory profile according to the given MCC (Mobile Country Code).272 * @mcc: given mobile country code300 * (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 code526 * For each supported country, a pair of regulatory override bit and 11ax mode exist541 * per country, one to indicate whether to override and the other to544 * per country, one to indicate whether to override and the other to[all …]
104 * struct brcmfmac_pd_cc_entry - Struct for translating user space country code105 * (iso3166) to firmware country code and108 * @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 user120 * space to a country code and rev which can be used by144 * @country_codes: If available, pointer to struct for translating country
195 *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() local397 "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()
12 …ces/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/country13 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country14 What: /sys/class/hidraw/hidraw<num>/device/country19 of the device's HID country code (e.g. 21 for US).
44 :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 …]
42 const char *country; member88 country, commonname, \ argument98 country, commonname, altname1, altname2, \109 country, commonname, \ argument119 country, commonname, altname1, altname2, \
37 Country Name (2 letter code) [AU]:US57 "Country": <Country Name>,74 "Country": "US",159 "Country": "US",169 "Country": "US",
99 /* Country names and abbreviations with locale defined from ISO 3166 */106 struct country_info country; member147 .country = LOCALES(bn, 11n),169 * Indicates whether the country provided is valid to pass185 * do not match ISO 3166-1 user assigned country codes in brcms_c_country_valid()304 * set the driver's current country and regulatory information305 * using a country code as the source. Look up built in country306 * 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 …]
42 * Update country IE from Beacon or Probe Resopnse and configure PHY for60 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()
20 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. */
83 description: Multiple strings for translating ISO3166 country code to84 brcmfmac firmware country code and revision.90 Use a trivial mapping of ISO3166 country codes to brcmfmac firmware91 country code and revision: cc -> { cc, 0 }. In other words, assume that92 the CLM blob firmware uses ISO3166 country codes as well, and that all
28 given country.52 The alpha2 is passed as an environment variable under the variable COUNTRY.73 * Wireless subsystems for Country Information elements84 crda can provide back a regulatory domain for that country or95 (driver, user, country IE) and determine what to allow based on its109 by having a mapping of your device's EEPROM country/regulatory
27 * @country_buffer contains valid country information element.32 * @country_src_addr - Source AP of the country IE81 u16 country_len, u8 *country);
111 u16 country_len, u8 *country) in dot11d_update_country() argument121 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()
7 # Set language, country and locale9 d-i debian-installer/country string GB29 d-i mirror/country string manual NO
177 /* 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 code196 * flag=ATH11K_SMBIOS_CC_ISO first, then if country is United197 * 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
27 /* 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()
61 # Uncomment the following line and replace XY with your country175 # Country of origin of malware/detection statistics (for statistical181 # of the country of origin.183 #DetectionStatsCountry country-code
194 country,216 data.Country = country;