Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Docv.c24 const struct oper_class_map *op_class_map; in ocv_derive_all_parameters() local
34 op_class_map = get_oper_class(NULL, oci->op_class); in ocv_derive_all_parameters()
35 if (!op_class_map) { in ocv_derive_all_parameters()
42 oci->chanwidth = oper_class_bw_to_int(op_class_map); in ocv_derive_all_parameters()
44 if (op_class_map->bw == BW40PLUS) in ocv_derive_all_parameters()
46 else if (op_class_map->bw == BW40MINUS) in ocv_derive_all_parameters()
48 else if (op_class_map->bw == BW40) in ocv_derive_all_parameters()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Docv.c24 const struct oper_class_map *op_class_map; in ocv_derive_all_parameters() local
34 op_class_map = get_oper_class(NULL, oci->op_class); in ocv_derive_all_parameters()
35 if (!op_class_map) { in ocv_derive_all_parameters()
42 oci->chanwidth = oper_class_bw_to_int(op_class_map); in ocv_derive_all_parameters()
44 if (op_class_map->bw == BW40PLUS) in ocv_derive_all_parameters()
46 else if (op_class_map->bw == BW40MINUS) in ocv_derive_all_parameters()