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

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c905 static int country_match(const char *const cc[], const char *const country) function
1144 if (country_match(us_op_class_cc, country)) {
1150 if (country_match(eu_op_class_cc, country)) {
1156 if (country_match(jp_op_class_cc, country)) {
1162 if (country_match(cn_op_class_cc, country)) {
1590 if (country_match(us_op_class_cc, country)) {
1593 } else if (country_match(eu_op_class_cc, country)) {
1596 } else if (country_match(jp_op_class_cc, country)) {
1599 } else if (country_match(cn_op_class_cc, country)) {
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c905 static int country_match(const char *const cc[], const char *const country) function
1144 if (country_match(us_op_class_cc, country)) {
1150 if (country_match(eu_op_class_cc, country)) {
1156 if (country_match(jp_op_class_cc, country)) {
1162 if (country_match(cn_op_class_cc, country)) {
1590 if (country_match(us_op_class_cc, country)) {
1593 } else if (country_match(eu_op_class_cc, country)) {
1596 } else if (country_match(jp_op_class_cc, country)) {
1599 } else if (country_match(cn_op_class_cc, country)) {
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c905 static int country_match(const char *const cc[], const char *const country) function
1144 if (country_match(us_op_class_cc, country)) {
1150 if (country_match(eu_op_class_cc, country)) {
1156 if (country_match(jp_op_class_cc, country)) {
1162 if (country_match(cn_op_class_cc, country)) {
1590 if (country_match(us_op_class_cc, country)) {
1593 } else if (country_match(eu_op_class_cc, country)) {
1596 } else if (country_match(jp_op_class_cc, country)) {
1599 } else if (country_match(cn_op_class_cc, country)) {

Completed in 82 milliseconds