Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c471 sym_caps = VHT_CAP_SHORT_GI_80 | VHT_CAP_SHORT_GI_160; in hostapd_get_vht_capab()
505 cap &= ~VHT_CAP_SHORT_GI_160; in hostapd_get_vht_capab()
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c541 VHT_CAP_CHECK(VHT_CAP_SHORT_GI_160); in ieee80211ac_cap_check()
Dieee802_11_defs.h1231 #define VHT_CAP_SHORT_GI_160 ((u32) BIT(6)) macro
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c4774 VHT_CAP_SHORT_GI_160); in wpa_supplicant_apply_vht_overrides()
4776 VHT_CAP_SHORT_GI_160); in wpa_supplicant_apply_vht_overrides()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1314 conf->vht_capab |= VHT_CAP_SHORT_GI_160; in hostapd_config_vht_capab()