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

/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.c944 static int country_match(const char *const cc[], const char *const country) function
1183 if (country_match(us_op_class_cc, country)) {
1189 if (country_match(eu_op_class_cc, country)) {
1195 if (country_match(jp_op_class_cc, country)) {
1201 if (country_match(cn_op_class_cc, country)) {
1837 if (country_match(us_op_class_cc, country)) {
1840 } else if (country_match(eu_op_class_cc, country)) {
1843 } else if (country_match(jp_op_class_cc, country)) {
1846 } else if (country_match(cn_op_class_cc, country)) {

Completed in 61 milliseconds