Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDieee802_11_vht.c512 cap &= ~VHT_CAP_TXSTBC; in hostapd_get_vht_capab()
513 if (!(own_cap & VHT_CAP_TXSTBC)) in hostapd_get_vht_capab()
/freebsd-11-stable/contrib/wpa/src/common/
HDhw_features_common.c547 VHT_CAP_CHECK(VHT_CAP_TXSTBC); in ieee80211ac_cap_check()
HDieee802_11_defs.h1233 #define VHT_CAP_TXSTBC ((u32) BIT(7)) macro
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c1239 conf->vht_capab |= VHT_CAP_TXSTBC; in hostapd_config_vht_capab()