Home
last modified time | relevance | path

Searched refs:BW40 (Results 1 – 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dop_classes.c206 if (bw == BW40MINUS || (bw == BW40 && (((channel - 1) / 4) % 2))) { in verify_channel()
214 } else if (is_6ghz_op_class(op_class) && bw == BW40) { in verify_channel()
Dp2p_supplicant.c3827 } else if (is_6ghz_op_class(op_class) && bw == BW40) { in wpas_p2p_verify_channel()
3969 if (is_6ghz_op_class(o->op_class) && o->bw == BW40 && in wpas_p2p_get_sec_channel_offset_40mhz()
3976 o->bw != BW40) || in wpas_p2p_get_sec_channel_offset_40mhz()
3983 o->bw == BW40) in wpas_p2p_get_sec_channel_offset_40mhz()
6680 BW40) == ALLOWED) in wpas_p2p_init_go_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Docv.c48 else if (op_class_map->bw == BW40) in ocv_derive_all_parameters()
Dieee802_11_common.h239 enum { BW20, BW40PLUS, BW40MINUS, BW40, BW80, BW2160, BW160, BW80P80, enumerator
Dieee802_11_common.c1908 { HOSTAPD_MODE_IEEE80211A, 132, 1, 233, 8, BW40, P2P_SUPP },
2226 case BW40: in oper_class_bw_to_int()