Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c2974 u8 is_vht_present = in get_oh_he_oper_channel_width() local
2980 + (is_vht_present ? HE_OPERATION_VHT_OPER_INFO_LEN : 0) in get_oh_he_oper_channel_width()
2992 + (is_vht_present ? HE_OPERATION_VHT_OPER_INFO_LEN : 0) in get_oh_he_oper_channel_width()
2997 if (ch_width == CHAN_WIDTH_UNKNOWN && is_vht_present) { in get_oh_he_oper_channel_width()