Searched refs:countryCode (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/dev/ath/ath_hal/ |
| HD | ah_regdomain.c | 167 if (allCountries[i].countryCode == cc) in isEepromValid() 189 findCountry(HAL_CTRY_CODE countryCode) in findCountry() argument 194 if (allCountries[i].countryCode == countryCode) in findCountry() 295 if (country->countryCode == CTRY_DEFAULT) { in getregstate() 330 __func__, regDmn, country->countryCode); in getregstate() 337 __func__, regpair->regDmn5GHz, country->countryCode); in getregstate() 344 __func__, regpair->regDmn2GHz, country->countryCode); in getregstate() 352 __func__, regDmn, country->countryCode); in getregstate() 770 ah->ah_countryCode = country->countryCode; in ath_hal_init_channels() 819 ah->ah_countryCode = country->countryCode; in ath_hal_set_channels()
|
| HD | ah_regdomain.h | 109 HAL_CTRY_CODE countryCode; member
|
| /freebsd-11-stable/sys/dev/usb/wlan/ |
| HD | if_uathvar.h | 119 uint32_t countryCode; member
|
| HD | if_uath.c | 836 GETCAP(CAP_COUNTRY_CODE, cap->countryCode); in uath_get_devcap()
|
| /freebsd-11-stable/tools/tools/ath/athrd/ |
| HD | athrd.c | 574 HAL_CTRY_CODE countryCode; member 733 *cc = allCountries[i].countryCode; in cclookup() 745 if (allCountries[i].countryCode == cc) in getccname() 756 if (allCountries[i].countryCode == cc) in getccisoname()
|
| /freebsd-11-stable/sys/dev/mwl/ |
| HD | mwlhal.h | 655 int mwl_hal_getregioncode(struct mwl_hal *mh, uint8_t *countryCode);
|
| HD | mwlhal.c | 2150 mwl_hal_getregioncode(struct mwl_hal *mh0, uint8_t *countryCode) in mwl_hal_getregioncode() argument 2160 *countryCode = pCmd->calTbl[16]; in mwl_hal_getregioncode()
|