Home
last modified time | relevance | path

Searched refs:isoName (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/
H A Dregd.c463 if (!memcmp(allCountries[i].isoName, alpha2, 2)) in ath_regd_find_country_by_name()
742 reg->alpha2[0] = country->isoName[0]; in __ath_regd_init()
743 reg->alpha2[1] = country->isoName[1]; in __ath_regd_init()
H A Dregd.h58 const char *isoName; member
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c574 const char* isoName; member
728 if (strcasecmp(allCountries[i].isoName, name) == 0 || in cclookup()
755 return allCountries[i].isoName; in getccisoname()
767 allCountries[i].isoName, in cclist()