Home
last modified time | relevance | path

Searched refs:vht (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.h85 struct mt76x0_rate_pwr_item vht[10]; member
/linux/net/mac80211/
H A Drx.c328 struct ieee80211_radiotap_vht vht = {}; in ieee80211_add_rx_radiotap_header() local
334 vht = *(struct ieee80211_radiotap_vht *)skb->data; in ieee80211_add_rx_radiotap_header()
335 skb_pull(skb, sizeof(vht)); in ieee80211_add_rx_radiotap_header()
549 fill &= ~le16_to_cpu(vht.known); in ieee80211_add_rx_radiotap_header()
550 vht.known |= cpu_to_le16(fill); in ieee80211_add_rx_radiotap_header()
554 vht.flags |= IEEE80211_RADIOTAP_VHT_FLAG_SGI; in ieee80211_add_rx_radiotap_header()
558 vht.flags |= IEEE80211_RADIOTAP_VHT_FLAG_STBC; in ieee80211_add_rx_radiotap_header()
566 vht.bandwidth = IEEE80211_RADIOTAP_VHT_BW_40; in ieee80211_add_rx_radiotap_header()
569 vht.bandwidth = IEEE80211_RADIOTAP_VHT_BW_80; in ieee80211_add_rx_radiotap_header()
572 vht.bandwidth = IEEE80211_RADIOTAP_VHT_BW_160; in ieee80211_add_rx_radiotap_header()
[all …]
H A Dtdls.c55 bool vht = sband && sband->vht_cap.vht_supported; in ieee80211_tdls_add_ext_capab() local
68 *pos++ = (vht && wider_band) ? WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED : 0; in ieee80211_tdls_add_ext_capab()
H A Dcfg.c2125 own_vht_cap = &local->hw.wiphy->nan_capa.phy.vht; in sta_link_apply_parameters()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3690 STATS_OP_FMT(SUCC).vht[0][mcs] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3691 STATS_OP_FMT(SUCC).vht[1][mcs] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats()
3692 STATS_OP_FMT(FAIL).vht[0][mcs] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3693 STATS_OP_FMT(FAIL).vht[1][mcs] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats()
3694 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3695 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3723 STATS_OP_FMT(AMPDU).vht[0][mcs] += in ath10k_accumulate_per_peer_tx_stats()
3725 STATS_OP_FMT(AMPDU).vht[1][mcs] += in ath10k_accumulate_per_peer_tx_stats()
H A Ddebugfs_sta.c688 stats->vht[j][i]); in ath10k_dbg_sta_dump_tx_stats()
H A Dwmi.c1654 .vht = WMI_PEER_VHT,
1674 .vht = WMI_10X_PEER_VHT,
1692 .vht = WMI_10_2_PEER_VHT,
H A Dmac.c2602 arg->peer_flags |= ar->wmi.peer_flags->vht; in ath10k_peer_assoc_h_vht()
/linux/net/wireless/
H A Dnl80211.c2819 vht_cap = &wiphy->nan_capa.phy.vht; in nl80211_put_nan_phy_cap()