Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c1682 static int country_match(const char *const cc[], const char *const country) in country_match() function
1988 if (country_match(us_op_class_cc, country)) { in ieee80211_chan_to_freq()
1994 if (country_match(eu_op_class_cc, country)) { in ieee80211_chan_to_freq()
2000 if (country_match(jp_op_class_cc, country)) { in ieee80211_chan_to_freq()
2006 if (country_match(cn_op_class_cc, country)) { in ieee80211_chan_to_freq()
2814 if (country_match(us_op_class_cc, country)) { in country_to_global_op_class()
2817 } else if (country_match(eu_op_class_cc, country)) { in country_to_global_op_class()
2820 } else if (country_match(jp_op_class_cc, country)) { in country_to_global_op_class()
2823 } else if (country_match(cn_op_class_cc, country)) { in country_to_global_op_class()