Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dieee802_11_common.h291 struct country_op_class { struct
292 u8 country_op_class; member
Dieee802_11_common.c2741 static const struct country_op_class us_op_class[] = {
2763 static const struct country_op_class eu_op_class[] = {
2780 static const struct country_op_class jp_op_class[] = {
2804 static const struct country_op_class cn_op_class[] = {
2818 const struct country_op_class *country_array) in global_op_class_from_country_array()
2823 if (country_array[i].country_op_class == op_class) in global_op_class_from_country_array()
2833 const struct country_op_class *country_array; in country_to_global_op_class()