Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c14 struct ieee80211_radiotap_he *he, in mt76_connac3_mac_decode_he_radiotap_ru()
105 static const struct ieee80211_radiotap_he known = { in mt76_connac3_mac_decode_he_radiotap()
120 struct ieee80211_radiotap_he *he; in mt76_connac3_mac_decode_he_radiotap()
H A Dmt76_connac_mac.c740 struct ieee80211_radiotap_he *he, in mt76_connac2_mac_decode_he_radiotap_ru()
842 static const struct ieee80211_radiotap_he known = { in mt76_connac2_mac_decode_he_radiotap()
857 struct ieee80211_radiotap_he *he; in mt76_connac2_mac_decode_he_radiotap()
H A Dmt76.h1206 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he) % 4); in mt76_skb_get_hdr()
1212 data += sizeof(struct ieee80211_radiotap_he); in mt76_skb_get_hdr()
/openbmc/linux/include/net/
H A Dieee80211_radiotap.h225 struct ieee80211_radiotap_he { struct
/openbmc/linux/net/mac80211/
H A Dstatus.c433 struct ieee80211_radiotap_he *he; in ieee80211_add_tx_radiotap_header()
439 he = (struct ieee80211_radiotap_he *)pos; in ieee80211_add_tx_radiotap_header()
502 pos += sizeof(struct ieee80211_radiotap_he); in ieee80211_add_tx_radiotap_header()
H A Drx.c166 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he) != 12); in ieee80211_rx_radiotap_hdrlen()
199 sizeof(struct ieee80211_radiotap_he); in ieee80211_rx_radiotap_hdrlen()
310 struct ieee80211_radiotap_he he = {}; in ieee80211_add_rx_radiotap_header()
315 he = *(struct ieee80211_radiotap_he *)skb->data; in ieee80211_add_rx_radiotap_header()
777 rtap_space += sizeof(struct ieee80211_radiotap_he); in ieee80211_rx_monitor()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1264 struct ieee80211_radiotap_he *he, in iwl_mvm_decode_he_phy_ru_alloc()
1346 struct ieee80211_radiotap_he *he, in iwl_mvm_decode_he_phy_data()
2016 struct ieee80211_radiotap_he *he = NULL; in iwl_mvm_rx_he()
2021 static const struct ieee80211_radiotap_he known = { in iwl_mvm_rx_he()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c1043 ptr = skb_push(mon_skb, sizeof(struct ieee80211_radiotap_he)); in ath12k_dp_mon_update_radiotap()
1066 static const struct ieee80211_radiotap_he known = { in ath12k_dp_mon_rx_deliver_msdu()
1072 struct ieee80211_radiotap_he *he = NULL; in ath12k_dp_mon_rx_deliver_msdu()
H A Ddp_rx.c2412 static const struct ieee80211_radiotap_he known = { in ath12k_dp_rx_deliver_msdu()
2417 struct ieee80211_radiotap_he *he; in ath12k_dp_rx_deliver_msdu()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2443 static const struct ieee80211_radiotap_he known = { in ath11k_dp_rx_deliver_msdu()
2449 struct ieee80211_radiotap_he *he = NULL; in ath11k_dp_rx_deliver_msdu()
5002 ptr = skb_push(mon_skb, sizeof(struct ieee80211_radiotap_he)); in ath11k_update_radiotap()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1721 static const struct ieee80211_radiotap_he known_he = { in rtw89_core_update_radiotap()
1726 struct ieee80211_radiotap_he *he; in rtw89_core_update_radiotap()
H A Dcore.h40 #define RTW89_RADIOTAP_ROOM ALIGN(sizeof(struct ieee80211_radiotap_he), 64)