Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c627 if ((conf & HT_CAP_INFO_SHORT_GI20MHZ) && in ieee80211n_supported_ht_capab()
628 !(hw & HT_CAP_INFO_SHORT_GI20MHZ)) { in ieee80211n_supported_ht_capab()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1255 #define HT_CAP_INFO_SHORT_GI20MHZ ((u16) BIT(5)) macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c416 HT_CAP_INFO_SHORT_GI20MHZ | in wpa_supplicant_conf_ap_ht()
H A Dwpa_supplicant.c6164 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ | in wpa_set_disable_sgi()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c1120 conf->ht_capab |= HT_CAP_INFO_SHORT_GI20MHZ; in hostapd_config_ht_capab()