Home
last modified time | relevance | path

Searched refs:tx_highest (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_vht.c271 ni->ni_vht_mcsinfo.tx_highest = le16dec(ie + 12); in ieee80211_parse_vhtcap()
638 vhtcap->supp_mcs.tx_highest = 0; in ieee80211_vht_get_vhtcap_ie()
691 ADDSHORT(frm, vhtcap.supp_mcs.tx_highest); in ieee80211_add_vhtcap()
718 ADDSHORT(frm, vap->iv_vht_cap.supp_mcs.tx_highest); in ieee80211_add_vhtcap_ch()
H A Dieee80211.h938 uint16_t tx_highest; member
H A Dieee80211_ddb.c324 ni->ni_vht_mcsinfo.tx_mcs_map, ni->ni_vht_mcsinfo.tx_highest); in _db_show_sta()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c584 vht_cap->vht_mcs.tx_highest |=
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1215 le16 tx_highest; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c291 vht_cap->vht_mcs.tx_highest |= in mt76_init_stream_cap()
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c1641 vht_cap->vht_mcs.tx_highest = highest; in rtw_init_vht_cap()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c3754 vht_cap->vht_mcs.tx_highest = highest[hal->tx_nss - 1]; in rtw89_core_setup_rfe_parms()
3757 vht_cap->vht_mcs.tx_highest |= in rtw89_core_setup_rfe_parms()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c2150 arg->tx_max_rate = __le16_to_cpu(vht_cap->vht_mcs.tx_highest); in ath11k_peer_assoc_h_vht()
5572 vht_cap.vht_mcs.tx_highest |= in ath11k_create_vht_cap()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c2623 __le16_to_cpu(vht_cap->vht_mcs.tx_highest); in ath10k_peer_assoc_h_vht()
4926 vht_cap.vht_mcs.tx_highest = cpu_to_le16(hw->vht160_mcs_tx_highest); in ath10k_create_vht_cap()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2803 printf(" tx_highest %d", in printvhtcap()
2804 LE_READ_2(&vhtcap->supp_mcs.tx_highest) & 0x1fff); in printvhtcap()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c1585 arg->tx_max_rate = __le16_to_cpu(vht_cap->vht_mcs.tx_highest); in ath12k_peer_assoc_h_vht()