Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h254 struct country_op_class { struct
255 u8 country_op_class; argument
Dieee802_11_common.c2073 static const struct country_op_class us_op_class[] = {
2095 static const struct country_op_class eu_op_class[] = {
2112 static const struct country_op_class jp_op_class[] = {
2136 static const struct country_op_class cn_op_class[] = {
2150 const struct country_op_class *country_array) in global_op_class_from_country_array()
2155 if (country_array[i].country_op_class == op_class) in global_op_class_from_country_array()
2165 const struct country_op_class *country_array; in country_to_global_op_class()