Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhw_features.c606 if ((conf & HT_CAP_INFO_LDPC_CODING_CAP) && in ieee80211n_supported_ht_capab()
607 !(hw & HT_CAP_INFO_LDPC_CODING_CAP)) { in ieee80211n_supported_ht_capab()
/hostap-latest/src/common/
Dieee802_11_defs.h1248 #define HT_CAP_INFO_LDPC_CODING_CAP ((u16) BIT(0)) macro
/hostap-latest/hostapd/
Dconfig_file.c1102 conf->ht_capab |= HT_CAP_INFO_LDPC_CODING_CAP; in hostapd_config_ht_capab()
/hostap-latest/wpa_supplicant/
Dwpa_supplicant.c6034 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP); in wpa_set_disable_ldpc()