Searched refs:country (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/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 */
561 "a country code\n");
575 "ath: invalid regulatory domain/country code 0x%x\n", rd);
579 /* EEPROM country code to regpair mapping */
605 /* Returns the map of the EEPROM set RD to a country cod
609 struct country_code_to_enum_rd *country = NULL; local
685 struct country_code_to_enum_rd *country = NULL; local
[all...]
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h117 struct wl12xx_ie_country country; member in struct:wl12xx_beacon_template
153 struct wl12xx_ie_country country; member in struct:wl12xx_probe_resp_template
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dregd.c195 *If no country IE has been received always enable active scan
209 *If a country IE has been recieved check its rule for this
387 struct country_code_to_enum_rd *country = NULL; local
397 "rtl: EEPROM regdomain: 0x%0x country code: %d\n",
402 "rtl: EEPROM indicates invalid country code, world wide 13 should be used\n");
407 country = _rtl_regd_find_country(rtlpriv->regd.country_code);
409 if (country) {
410 rtlpriv->regd.alpha2[0] = country->iso_name[0];
411 rtlpriv->regd.alpha2[1] = country->iso_name[1];
/linux-master/include/uapi/linux/
H A Duhid.h54 __u32 country; member in struct:uhid_create2_req
140 __u32 country; member in struct:uhid_create_req
/linux-master/net/bluetooth/hidp/
H A Dsock.c138 __u8 country; member in struct:compat_hidp_connadd_req
189 ca.country = ca32.country;
H A Dhidp.h95 __u8 country; member in struct:hidp_connadd_req
H A Dcore.c780 hid->country = req->country;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c106 struct country_info country; member in struct:brcms_regd
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
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 */
356 /* save default country fo
407 const struct country_info *country; local
[all...]
/linux-master/net/wireless/
H A Dreg.c567 char country[12]; local
568 char *env[] = { country, NULL };
571 snprintf(country, sizeof(country), "COUNTRY=%c%c",
580 pr_debug("Calling CRDA for country: %c%c\n",
655 struct fwdb_country country[]; member in struct:fwdb_header
709 const struct fwdb_country *country)
711 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2;
817 const struct fwdb_country *country; local
831 country
708 valid_country(const u8 *data, unsigned int size, const struct fwdb_country *country) argument
843 set_wmm_rule(const struct fwdb_header *db, const struct fwdb_country *country, const struct fwdb_rule *rule, struct ieee80211_reg_rule *rrule) argument
878 __regdb_query_wmm(const struct fwdb_header *db, const struct fwdb_country *country, int freq, struct ieee80211_reg_rule *rrule) argument
907 const struct fwdb_country *country; local
927 regdb_query_country(const struct fwdb_header *db, const struct fwdb_country *country) argument
986 const struct fwdb_country *country; local
[all...]
/linux-master/drivers/hid/
H A Duhid.c416 __u32 country; member in struct:uhid_create_req_compat
465 event->u.create.country = compat->country;
529 hid->country = ev->u.create2.country;
571 ev->u.create2.country = orig.country;
H A Dhid-steam.c1071 client_hdev->country = hdev->country;
/linux-master/drivers/input/mouse/
H A Dvsxxxaa.c105 unsigned char country; member in struct:vsxxxaa
155 "Found %s version 0x%02x from country 0x%02x on port %s\n",
156 mouse->name, mouse->version, mouse->country, mouse->phys);
327 mouse->country = (buf[1] >> 4) & 0x07;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Deeprom.c214 struct property *country = of_find_property(cur, "country", NULL); local
217 if (!country && !regd) {
222 if (mt76_string_prop_find(country, dev->alpha2) ||
/linux-master/arch/arm/include/asm/
H A Decard.h102 unsigned char country; /* Country */ member in struct:in_ecid
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c638 struct pda_country *country; local
640 if (len != sizeof(*country)) {
642 "found possible invalid default country eeprom entry. (entry size: %d)\n",
645 print_hex_dump_bytes("country:", DUMP_PREFIX_NONE,
652 country = (struct pda_country *) data;
653 if (country->flags == PDR_COUNTRY_CERT_CODE_PSEUDO)
654 regulatory_hint(dev->wiphy, country->alpha2);
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid_core.c210 shid->hid->country = shid->hid_desc.country_code;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dregd.c413 const struct rtw89_acpi_country_code *country; local
446 country = &ptr->country_list[i];
447 if (memcmp("EU", country->alpha2, 2) != 0) {
449 country->alpha2);
547 /* Ignore country ie if there is a country domain programmed in chip */
556 rtw89_debug_regd(rtwdev, chip_regd, "efuse country code");
599 * connecting to an AP (i.e. country ie).
620 "There is a country domain programmed in chip, ignore notifications\n");
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c313 u32 country; local
323 country = wifi_pkg->package.elements[3 + i].integer.value;
324 tas_data->block_list_array[i] = cpu_to_le32(country);
325 IWL_DEBUG_RADIO(fwrt, "TAS block list country %d\n", country);
/linux-master/samples/uhid/
H A Duhid-example.c189 ev.u.create.country = 0;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-types.h373 u32 country; member in struct:tmComResTunerStandard
H A Dsaa7164-api.c555 tvaudio.country = 1;
558 tvaudio.country = 44;
/linux-master/drivers/net/wireless/rsi/
H A Drsi_main.h381 char country[2]; member in struct:rsi_hw
H A Drsi_91x_mac80211.c1684 rsi_dbg(INFO_ZONE, "country = %s dfs_region = %d\n",
1702 adapter->country[0] = request->alpha2[0];
1703 adapter->country[1] = request->alpha2[1];
/linux-master/drivers/staging/greybus/
H A Dhid.c406 hid->country = ghid->hdesc.bCountryCode;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c988 struct country_code_to_enum_rd *country = NULL; local
997 country = ath6kl_regd_find_country((u16) reg_code);
1000 country = ath6kl_regd_find_country_by_rd((u16) reg_code);
1009 if (country && wmi->parent_dev->wiphy_registered) {
1010 alpha2[0] = country->isoName[0];
1011 alpha2[1] = country->isoName[1];

Completed in 318 milliseconds

12