lib80211_country_findbycc
const struct country *lib80211_country_findbycc(const struct regdata *,
cc = lib80211_country_findbycc(rdp, reg->country);
cc = lib80211_country_findbycc(rdp, rd->cc->code);
cc = lib80211_country_findbycc(rdp, code);
lib80211_country_findbycc(getregdata(), reg->country);
cc = lib80211_country_findbycc(rdp, rd->country);