Home
last modified time | relevance | path

Searched refs:CTRY_DEFAULT (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_regmap.h32 {NO_ENUMRD, DEBUG_REG_DMN, DEBUG_REG_DMN, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
33 {NULL1_WORLD, NULL1, WORLD, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
34 {NULL1_ETSIB, NULL1, ETSIB, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
35 {NULL1_ETSIC, NULL1, ETSIC, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
37 {FCC2_FCCA, FCC2, FCCA, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
38 {FCC2_WORLD, FCC2, WORLD, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
39 {FCC2_ETSIC, FCC2, ETSIC, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
40 {FCC3_FCCA, FCC3, FCCA, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
41 {FCC3_WORLD, FCC3, WORLD, NO_REQ, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
42 …A, FCC4, FCCA, DISALLOW_ADHOC_11A | DISALLOW_ADHOC_11A_TURB, NO_REQ, PSCAN_DEFER, CTRY_DEFAULT },
[all …]
H A Dah_rd_ctry.h32 { CTRY_DEFAULT, DEF_REGDMN },
/freebsd/sys/contrib/dev/athk/
H A Dregd.c567 if (rd != CTRY_DEFAULT) in ath_regd_is_eeprom_valid()
617 return CTRY_DEFAULT; in ath_regd_get_default_country()
703 if (reg->country_code == CTRY_DEFAULT && in __ath_regd_init()
704 regdmn == CTRY_DEFAULT) { in __ath_regd_init()
710 if (reg->country_code == CTRY_DEFAULT) { in __ath_regd_init()
785 (reg->country_code == CTRY_DEFAULT && in ath_regd_get_band_ctl()
790 if (ath_regd_get_eepromRD(reg) == CTRY_DEFAULT) { in ath_regd_get_band_ctl()
H A Dregd.h42 #define CTRY_DEFAULT 0 macro
H A Dregd_common.h303 {CTRY_DEFAULT, FCC1_FCCA, "CO"},
/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.c247 return (regpair != AH_NULL) ? regpair->singleCC : CTRY_DEFAULT; in getDefaultCountry()
270 if (cc == CTRY_DEFAULT && regDmn == SKU_NONE) { in getregstate()
295 if (country->countryCode == CTRY_DEFAULT) { in getregstate()
866 status = getregstate(ah, CTRY_DEFAULT, SKU_FCC, in ath_hal_set_channels()
935 (ah->ah_countryCode == CTRY_DEFAULT && isWwrSKU(ah))) in ath_hal_getctl()
/freebsd/sys/net80211/
H A Dieee80211_regdomain.h210 CTRY_DEFAULT = 0, /* default */ enumerator
H A Dieee80211_regdomain.c71 ic->ic_regdomain.country == CTRY_DEFAULT) { in ieee80211_regdomain_attach()
H A Dieee80211_scan_sta.c379 (ic->ic_regdomain.country == CTRY_DEFAULT || in sta_add()
1102 (ic->ic_regdomain.country == CTRY_DEFAULT || in match_bss()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c49 HAL_CTRY_CODE cc = CTRY_DEFAULT;
583 {CTRY_DEFAULT, DEF_REGDMN, "NA", "NO_COUNTRY_SET" },
1129 cc = CTRY_DEFAULT; in main()
1148 if (cc != CTRY_DEFAULT) in main()
/freebsd/sys/dev/ath/
H A Dif_ath.c6383 __func__, SKU_DEBUG, CTRY_DEFAULT); in ath_getradiocaps()
6387 HAL_MODE_ALL, CTRY_DEFAULT, SKU_DEBUG, AH_TRUE); in ath_getradiocaps()
6402 &ic->ic_nchans, HAL_MODE_ALL, CTRY_DEFAULT, SKU_NONE, AH_TRUE); in ath_getchannels()
/freebsd/sbin/ifconfig/
H A Difieee80211.c5743 regdomain.country != CTRY_DEFAULT) in setdefregdomain()
5750 regdomain.country != CTRY_DEFAULT) in setdefregdomain()
5767 regdomain.country = CTRY_DEFAULT; in setdefregdomain()
/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c118 static int uath_countrycode = CTRY_DEFAULT; /* country code */
/freebsd/sys/dev/mwl/
H A Dif_mwl.c4462 ic->ic_regdomain.country = CTRY_DEFAULT; in mwl_getchannels()