Home
last modified time | relevance | path

Searched refs:HT_CAP_INFO_LSIG_TXOP_PROTECT_SUPPORT (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/ap/
Dhw_features.c679 if ((conf & HT_CAP_INFO_LSIG_TXOP_PROTECT_SUPPORT) && in ieee80211n_supported_ht_capab()
680 !(hw & HT_CAP_INFO_LSIG_TXOP_PROTECT_SUPPORT)) { in ieee80211n_supported_ht_capab()
/hostap-latest/src/common/
Dieee802_11_defs.h1267 #define HT_CAP_INFO_LSIG_TXOP_PROTECT_SUPPORT ((u16) BIT(15)) macro
/hostap-latest/hostapd/
Dconfig_file.c1146 conf->ht_capab |= HT_CAP_INFO_LSIG_TXOP_PROTECT_SUPPORT; in hostapd_config_ht_capab()