Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/ap/
Dhw_features.c562 if ((conf & HT_CAP_INFO_LDPC_CODING_CAP) && in ieee80211n_supported_ht_capab()
563 !(hw & HT_CAP_INFO_LDPC_CODING_CAP)) { in ieee80211n_supported_ht_capab()
/freebsd-12-stable/contrib/wpa/src/common/
Dieee802_11_defs.h1173 #define HT_CAP_INFO_LDPC_CODING_CAP ((u16) BIT(0)) macro
/freebsd-12-stable/contrib/wpa/hostapd/
Dconfig_file.c1068 conf->ht_capab |= HT_CAP_INFO_LDPC_CODING_CAP; in hostapd_config_ht_capab()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dwpa_supplicant.c5560 le16 msk = host_to_le16(HT_CAP_INFO_LDPC_CODING_CAP); in wpa_set_disable_ldpc()