Home
last modified time | relevance | path

Searched refs:IEEE80211_HT_MCS_MASK_LEN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h290 #define IEEE80211_HT_MCS_MASK_LEN 10
297 uint8_t rx_mask[IEEE80211_HT_MCS_MASK_LEN];
288 #define IEEE80211_HT_MCS_MASK_LEN global() macro
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h143 uint8_t ht_mcs[IEEE80211_HT_MCS_MASK_LEN];
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c190 ath10k_mac_max_ht_nss(const u8 ht_mcs_mask[IEEE80211_HT_MCS_MASK_LEN]) in ath10k_mac_max_ht_nss() argument
194 for (nss = IEEE80211_HT_MCS_MASK_LEN - 1; nss >= 0; nss--) in ath10k_mac_max_ht_nss()
2280 ath10k_peer_assoc_h_ht_masked(const u8 ht_mcs_mask[IEEE80211_HT_MCS_MASK_LEN]) in ath10k_peer_assoc_h_ht_masked() argument
2284 for (nss = 0; nss < IEEE80211_HT_MCS_MASK_LEN; nss++) in ath10k_peer_assoc_h_ht_masked()
2378 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath10k_peer_assoc_h_ht()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1172 #define IEEE80211_HT_MCS_MASK_LEN 10 macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c6029 os_memset(&htcaps->supported_mcs_set, 0, IEEE80211_HT_MCS_MASK_LEN); in wpa_set_htcap_mcs()
6033 for (i = 0; i < IEEE80211_HT_MCS_MASK_LEN; i++) { in wpa_set_htcap_mcs()
6061 IEEE80211_HT_MCS_MASK_LEN - 1); in wpa_set_htcap_mcs()
6063 htcaps_mask->supported_mcs_set[IEEE80211_HT_MCS_MASK_LEN - 1] = in wpa_set_htcap_mcs()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c267 for (i = 0; i < IEEE80211_HT_MCS_MASK_LEN; i++) in mt76_init_stream_cap()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c409 for (nss = IEEE80211_HT_MCS_MASK_LEN - 1; nss >= 0; nss--) in ath12k_mac_max_ht_nss()
1335 for (nss = 0; nss < IEEE80211_HT_MCS_MASK_LEN; nss++) in ath12k_peer_assoc_h_ht_masked()
1425 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath12k_peer_assoc_h_ht()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c440 for (nss = IEEE80211_HT_MCS_MASK_LEN - 1; nss >= 0; nss--) in ath11k_mac_max_ht_nss()
1845 for (nss = 0; nss < IEEE80211_HT_MCS_MASK_LEN; nss++) in ath11k_peer_assoc_h_ht_masked()
1943 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath11k_peer_assoc_h_ht()