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

/drivers/net/wireless/ath/
H A Dregd.c183 * - If no country IE has been processed and a we determine we have
263 * If no country IE has been received always enable active scan
277 * If a country IE has been received check its rule for this
428 /* EEPROM value is a country code */
432 "a country code\n");
446 "ath: invalid regulatory domain/country code 0x%x\n", rd);
450 /* EEPROM country code to regpair mapping */
476 /* Returns the map of the EEPROM set RD to a country code */
480 struct country_code_to_enum_rd *country = NULL; local
483 country
554 struct country_code_to_enum_rd *country = NULL; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c126 /* List of valid channels in the country */
160 const struct country_info *country; /* current country def */ member in struct:brcms_cm_info
508 char abbrev[BRCM_CNTRY_BUF_SZ]; /* country abbreviation */
509 struct country_info country; member in struct:__anon3442
631 /* Lookup a country info structure from a null terminated country
643 * all other country def arrays are for regrev == 0, so if
649 /* find matched table entry from country code */
653 return &cntry_locales[i].country;
663 const struct country_info *country; local
712 const struct country_info *country; local
928 brcms_c_channels_init(struct brcms_cm_info *wlc_cm, const struct country_info *country) argument
985 brcms_c_set_country_common(struct brcms_cm_info *wlc_cm, const char *country_abbrev, const char *ccode, uint regrev, const struct country_info *country) argument
1028 const struct country_info *country; local
1077 const struct country_info *country; local
1165 const struct country_info *country; local
[all...]
/drivers/net/wireless/rtlwifi/
H A Dregd.c222 *If no country IE has been received always enable active scan
236 *If a country IE has been received check its rule for this
392 struct country_code_to_enum_rd *country = NULL; local
410 country = _rtl_regd_find_country(rtlpriv->regd.country_code);
412 if (country) {
413 rtlpriv->regd.alpha2[0] = country->iso_name[0];
414 rtlpriv->regd.alpha2[1] = country->iso_name[1];
/drivers/net/wireless/wl1251/
H A Dwl12xx_80211.h116 struct wl12xx_ie_country country; member in struct:wl12xx_beacon_template
152 struct wl12xx_ie_country country; member in struct:wl12xx_probe_resp_template
/drivers/net/wireless/bcmdhd/include/proto/
H A Dp2p.h139 uint8 country[3]; member in struct:wifi_p2p_listen_channel_se_s
250 uint8 country[3]; member in struct:wifi_p2p_chanlist_se_s
319 uint8 country[3]; member in struct:wifi_p2p_op_channel_se_s
/drivers/input/mouse/
H A Dvsxxxaa.c121 unsigned char country; member in struct:vsxxxaa
171 "Found %s version 0x%02x from country 0x%02x on port %s\n",
172 mouse->name, mouse->version, mouse->country, mouse->phys);
343 mouse->country = (buf[1] >> 4) & 0x07;
/drivers/net/wireless/p54/
H A Deeprom.c580 struct pda_country *country; local
582 if (len != sizeof(*country)) {
584 "found possible invalid default country eeprom entry. (entry size: %d)\n",
587 print_hex_dump_bytes("country:", DUMP_PREFIX_NONE,
594 country = (struct pda_country *) data;
595 if (country->flags == PDR_COUNTRY_CERT_CODE_PSEUDO)
596 regulatory_hint(dev->wiphy, country->alpha2);
/drivers/net/wireless/
H A Dray_cs.c149 static int country = USA; variable
182 module_param(country, int, 0);
585 if (country > JAPAN_TEST)
586 country = USA;
587 else if (country < USA)
588 country = USA;
612 local->sparm.b4.a_curr_country_code = country;
614 hop_pattern_length[(int)country] - 1;
630 local->sparm.b5.a_curr_country_code = country;
632 hop_pattern_length[(int)country];
[all...]
H A Drndis_wlan.c51 module_param_string(country, modparam_country, 4, 0444);
52 MODULE_PARM_DESC(country, "Country code (ISO 3166-1 alpha-2), default: EU");
3324 /* doesn't support EU as country code, use FI instead */
H A Dairo.c739 __le16 country; member in struct:CapabilityRid
4720 le16_to_cpu(cap_rid.country),
6937 /* Should be based on cap_rid.country to give only
/drivers/hid/
H A Duhid.c322 hid->country = ev->u.create.country;
H A Dhid-logitech-dj.c485 djdev->hdev->country = 0x00;
/drivers/media/video/saa7164/
H A Dsaa7164-types.h387 u32 country; member in struct:tmComResTunerStandard
H A Dsaa7164-api.c569 tvaudio.country = 1;
572 tvaudio.country = 44;
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c901 struct country_code_to_enum_rd *country = NULL; local
910 country = ath6kl_regd_find_country((u16) reg_code);
914 country = ath6kl_regd_find_country_by_rd((u16) reg_code);
919 if (country && wmi->parent_dev->wiphy_registered) {
920 alpha2[0] = country->isoName[0];
921 alpha2[1] = country->isoName[1];
/drivers/hid/usbhid/
H A Dhid-core.c1035 hid->country = hdesc->bCountryCode;
/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1290 u8 country[4]; member in struct:ipw_priv

Completed in 391 milliseconds