Home
last modified time | relevance | path

Searched refs:ieee80211_radiotap_he_mu (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/net/
Dieee80211_radiotap.h311 struct ieee80211_radiotap_he_mu { struct
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c20 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he_mu) % 4); in iwl_mvm_skb_get_hdr()
27 data += sizeof(struct ieee80211_radiotap_he_mu); in iwl_mvm_skb_get_hdr()
1204 struct ieee80211_radiotap_he_mu *he_mu) in iwl_mvm_decode_he_mu_ext()
1256 struct ieee80211_radiotap_he_mu *he_mu, in iwl_mvm_decode_he_phy_ru_alloc()
1338 struct ieee80211_radiotap_he_mu *he_mu, in iwl_mvm_decode_he_phy_data()
1473 struct ieee80211_radiotap_he_mu *he_mu = NULL; in iwl_mvm_rx_he()
1485 static const struct ieee80211_radiotap_he_mu mu_known = { in iwl_mvm_rx_he()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mac.c751 static struct ieee80211_radiotap_he_mu mu_known = { in mt76_connac2_mac_decode_he_mu_radiotap()
758 struct ieee80211_radiotap_he_mu *he_mu; in mt76_connac2_mac_decode_he_mu_radiotap()
Dmt76.h1073 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he_mu) % 4); in mt76_skb_get_hdr()
1080 data += sizeof(struct ieee80211_radiotap_he_mu); in mt76_skb_get_hdr()
/linux-6.1.9/net/mac80211/
Drx.c167 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he_mu) != 12); in ieee80211_rx_radiotap_hdrlen()
197 sizeof(struct ieee80211_radiotap_he_mu); in ieee80211_rx_radiotap_hdrlen()
311 struct ieee80211_radiotap_he_mu he_mu = {}; in ieee80211_add_rx_radiotap_header()
321 he_mu = *(struct ieee80211_radiotap_he_mu *)skb->data; in ieee80211_add_rx_radiotap_header()
795 rtap_space += sizeof(struct ieee80211_radiotap_he_mu); in ieee80211_rx_monitor()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4964 ptr = skb_push(mon_skb, sizeof(struct ieee80211_radiotap_he_mu)); in ath11k_update_radiotap()