Searched refs:countryCode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.h111 HAL_CTRY_CODE countryCode; member in struct:__anon11497
H A Dah_regdomain.c169 if (allCountries[i].countryCode == cc)
191 findCountry(HAL_CTRY_CODE countryCode) argument
196 if (allCountries[i].countryCode == countryCode)
297 if (country->countryCode == CTRY_DEFAULT) {
332 __func__, regDmn, country->countryCode);
339 __func__, regpair->regDmn5GHz, country->countryCode);
346 __func__, regpair->regDmn2GHz, country->countryCode);
354 __func__, regDmn, country->countryCode);
832 ah->ah_countryCode = country->countryCode;
[all...]
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h119 uint32_t countryCode; member in struct:uath_devcap
H A Dif_uath.c842 GETCAP(CAP_COUNTRY_CODE, cap->countryCode);
/freebsd-13-stable/tools/tools/ath/athrd/
H A Dathrd.c574 HAL_CTRY_CODE countryCode; member in struct:__anon16254
733 *cc = allCountries[i].countryCode;
745 if (allCountries[i].countryCode == cc)
756 if (allCountries[i].countryCode == cc)
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlhal.h657 int mwl_hal_getregioncode(struct mwl_hal *mh, uint8_t *countryCode);
H A Dmwlhal.c2152 mwl_hal_getregioncode(struct mwl_hal *mh0, uint8_t *countryCode) argument
2162 *countryCode = pCmd->calTbl[16];

Completed in 183 milliseconds