Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_vht.c325 sym_caps = VHT_CAP_SHORT_GI_80 | VHT_CAP_SHORT_GI_160; in hostapd_get_vht_capab()
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c884 VHT_CAP_CHECK(VHT_CAP_SHORT_GI_80); in ieee80211ac_cap_check()
H A Dieee802_11_defs.h1363 #define VHT_CAP_SHORT_GI_80 ((u32) BIT(5)) macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c6316 vhtcaps_mask->vht_capabilities_info |= (VHT_CAP_SHORT_GI_80 | in wpa_supplicant_apply_vht_overrides()
6318 vhtcaps->vht_capabilities_info &= ~(VHT_CAP_SHORT_GI_80 | in wpa_supplicant_apply_vht_overrides()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c1167 conf->vht_capab |= VHT_CAP_SHORT_GI_80; in hostapd_config_vht_capab()