Searched defs:is_world_regdom (Results 1 - 1 of 1) sorted by relevance

/net/wireless/
H A Dreg.c339 bool is_world_regdom(const char *alpha2) function
410 if (WARN(!is_world_regdom(user_alpha2) && !is_an_alpha2(user_alpha2),
530 if (!is_world_regdom((char *) alpha2))
1290 !is_world_regdom(lr->alpha2)) {
1310 if (is_world_regdom(cr->alpha2) || (wr && is_world_regdom(wr->alpha2)))
2181 if (!is_world_regdom(ieee80211_regdom)) {
2193 } else if (!is_world_regdom(ieee80211_regdom)) {
2463 } else if (is_world_regdom(rd->alpha2)) {
2490 if (!is_world_regdom(r
[all...]

Completed in 45 milliseconds