Searched refs:countryCode (Results 1 – 9 of 9) sorted by relevance
| /src/sys/dev/ath/ath_hal/ |
| H A D | 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() 830 ah->ah_countryCode = country->countryCode; in ath_hal_init_channels() 879 ah->ah_countryCode = country->countryCode; in ath_hal_set_channels()
|
| H A D | ah_regdomain.h | 109 HAL_CTRY_CODE countryCode; member
|
| /src/sys/contrib/dev/athk/ |
| H A D | regd.c | 464 return allCountries[i].countryCode; in ath_regd_find_country_by_name() 563 if (allCountries[i].countryCode == cc) in ath_regd_is_eeprom_valid() 581 ath_regd_find_country(u16 countryCode) in ath_regd_find_country() argument 586 if (allCountries[i].countryCode == countryCode) in ath_regd_find_country()
|
| H A D | regd.h | 56 u16 countryCode; member
|
| /src/sys/dev/usb/wlan/ |
| H A D | if_uathvar.h | 118 uint32_t countryCode; member
|
| H A D | if_uath.c | 848 GETCAP(CAP_COUNTRY_CODE, cap->countryCode); in uath_get_devcap()
|
| /src/tools/tools/ath/athrd/ |
| H A D | athrd.c | 572 HAL_CTRY_CODE countryCode; member 731 *cc = allCountries[i].countryCode; in cclookup() 743 if (allCountries[i].countryCode == cc) in getccname() 754 if (allCountries[i].countryCode == cc) in getccisoname()
|
| /src/sys/dev/mwl/ |
| H A D | mwlhal.h | 655 int mwl_hal_getregioncode(struct mwl_hal *mh, uint8_t *countryCode);
|
| H A D | 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()
|