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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dreg.h6 bool is_world_regdom(const char *alpha2);
H A Dreg.c166 bool is_world_regdom(const char *alpha2) function
260 if (WARN((!is_world_regdom(user_alpha2) &&
372 if (!is_world_regdom((char *) alpha2))
816 !is_world_regdom(last_request->alpha2))
917 if (is_world_regdom(cfg80211_regdomain->alpha2) ||
918 (wiphy->regd && is_world_regdom(wiphy->regd->alpha2)))
1571 if (!is_world_regdom(ieee80211_regdom)) {
1587 } else if (!is_world_regdom(ieee80211_regdom)) {
1774 } else if (is_world_regdom(rd->alpha2))
1805 if (is_world_regdom(r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dreg.h6 bool is_world_regdom(const char *alpha2);
H A Dreg.c166 bool is_world_regdom(const char *alpha2) function
260 if (WARN((!is_world_regdom(user_alpha2) &&
372 if (!is_world_regdom((char *) alpha2))
816 !is_world_regdom(last_request->alpha2))
917 if (is_world_regdom(cfg80211_regdomain->alpha2) ||
918 (wiphy->regd && is_world_regdom(wiphy->regd->alpha2)))
1571 if (!is_world_regdom(ieee80211_regdom)) {
1587 } else if (!is_world_regdom(ieee80211_regdom)) {
1774 } else if (is_world_regdom(rd->alpha2))
1805 if (is_world_regdom(r
[all...]

Completed in 113 milliseconds