Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_vht.c156 memcpy(&vap->iv_vht_cap.supp_mcs, &ic->ic_vht_cap.supp_mcs, in ieee80211_vht_vattach()
209 tx = (ic->ic_vht_cap.supp_mcs.tx_mcs_map >> (2*i)) & 0x3; in ieee80211_vht_announce()
210 rx = (ic->ic_vht_cap.supp_mcs.rx_mcs_map >> (2*i)) & 0x3; in ieee80211_vht_announce()
633 vhtcap->supp_mcs.rx_mcs_map = vap->iv_vht_cap.supp_mcs.rx_mcs_map; in ieee80211_vht_get_vhtcap_ie()
634 vhtcap->supp_mcs.rx_highest = 0; in ieee80211_vht_get_vhtcap_ie()
635 vhtcap->supp_mcs.tx_mcs_map = vap->iv_vht_cap.supp_mcs.tx_mcs_map; in ieee80211_vht_get_vhtcap_ie()
636 vhtcap->supp_mcs in ieee80211_vht_get_vhtcap_ie()
[all...]
H A Dieee80211.h945 struct ieee80211_vht_mcs_info supp_mcs; member
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c456 ic->ic_vht_cap.supp_mcs.rx_mcs_map = rx_mcs; in rtwn_attach_vht_cap_info_mcs()
457 ic->ic_vht_cap.supp_mcs.rx_highest = 0; in rtwn_attach_vht_cap_info_mcs()
458 ic->ic_vht_cap.supp_mcs.tx_mcs_map = tx_mcs; in rtwn_attach_vht_cap_info_mcs()
459 ic->ic_vht_cap.supp_mcs.tx_highest = 0; in rtwn_attach_vht_cap_info_mcs()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drs-fw.c145 .supp_mcs = vht_cap->vht_mcs, in rs_fw_vht_set_enabled_rates()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1933 map = le16toh(vht_cap->supp_mcs.rx_mcs_map); in ieee80211_get_vht_max_nss()
1950 if ((le16toh(vht_cap->supp_mcs.tx_mcs_map) & in ieee80211_get_vht_max_nss()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2800 LE_READ_2(&vhtcap->supp_mcs.rx_mcs_map)); in printvhtcap()
2802 LE_READ_2(&vhtcap->supp_mcs.rx_highest) & 0x1fff); in printvhtcap()
2804 LE_READ_2(&vhtcap->supp_mcs.tx_mcs_map)); in printvhtcap()
2806 LE_READ_2(&vhtcap->supp_mcs.tx_highest) & 0x1fff); in printvhtcap()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c4345 const __le32 supp_mcs[], in ath12k_wmi_eht_caps_parse() argument
4358 cap_band->eht_mcs_20_only = le32_to_cpu(supp_mcs[0]); in ath12k_wmi_eht_caps_parse()
4359 cap_band->eht_mcs_80 = le32_to_cpu(supp_mcs[1]); in ath12k_wmi_eht_caps_parse()
4361 cap_band->eht_mcs_160 = le32_to_cpu(supp_mcs[2]); in ath12k_wmi_eht_caps_parse()
4362 cap_band->eht_mcs_320 = le32_to_cpu(supp_mcs[3]); in ath12k_wmi_eht_caps_parse()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c4593 ic->ic_vht_cap.supp_mcs =