Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dhw_features.c567 if ((conf & HT_CAP_INFO_SHORT_GI20MHZ) && in ieee80211n_supported_ht_capab()
568 !(hw & HT_CAP_INFO_SHORT_GI20MHZ)) { in ieee80211n_supported_ht_capab()
/netbsd/external/bsd/wpa/dist/src/common/
H A Dieee802_11_defs.h1127 #define HT_CAP_INFO_SHORT_GI20MHZ ((u16) BIT(5)) macro
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dap.c231 HT_CAP_INFO_SHORT_GI20MHZ | in wpa_supplicant_conf_ap_ht()
H A Dwpa_supplicant.c4630 le16 msk = host_to_le16(HT_CAP_INFO_SHORT_GI20MHZ | in wpa_set_disable_sgi()
/netbsd/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c1187 conf->ht_capab |= HT_CAP_INFO_SHORT_GI20MHZ; in hostapd_config_ht_capab()