Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/monitor/
H A Drtw_radiotap.c90 struct ieee80211_radiotap_he { struct
659 struct ieee80211_radiotap_he he_hdr; in rtw_fill_radiotap_hdr()
662 _rtw_memset(&he_hdr, 0, sizeof(struct ieee80211_radiotap_he)); in rtw_fill_radiotap_hdr()
718 _rtw_memcpy(&hdr_buf[rt_len], &he_hdr, sizeof(struct ieee80211_radiotap_he)); in rtw_fill_radiotap_hdr()
720 rt_len += sizeof(struct ieee80211_radiotap_he); in rtw_fill_radiotap_hdr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/monitor/
H A Drtw_radiotap.c90 struct ieee80211_radiotap_he { struct
659 struct ieee80211_radiotap_he he_hdr; in rtw_fill_radiotap_hdr()
662 _rtw_memset(&he_hdr, 0, sizeof(struct ieee80211_radiotap_he)); in rtw_fill_radiotap_hdr()
718 _rtw_memcpy(&hdr_buf[rt_len], &he_hdr, sizeof(struct ieee80211_radiotap_he)); in rtw_fill_radiotap_hdr()
720 rt_len += sizeof(struct ieee80211_radiotap_he); in rtw_fill_radiotap_hdr()
/OK3568_Linux_fs/kernel/include/net/
H A Dieee80211_radiotap.h211 struct ieee80211_radiotap_he { struct
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c75 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he) % 4); in iwl_mvm_skb_get_hdr()
81 data += sizeof(struct ieee80211_radiotap_he); in iwl_mvm_skb_get_hdr()
1233 struct ieee80211_radiotap_he *he, in iwl_mvm_decode_he_phy_ru_alloc()
1314 struct ieee80211_radiotap_he *he, in iwl_mvm_decode_he_phy_data()
1450 struct ieee80211_radiotap_he *he = NULL; in iwl_mvm_rx_he()
1454 static const struct ieee80211_radiotap_he known = { in iwl_mvm_rx_he()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dstatus.c420 struct ieee80211_radiotap_he *he; in ieee80211_add_tx_radiotap_header()
426 he = (struct ieee80211_radiotap_he *)pos; in ieee80211_add_tx_radiotap_header()
489 pos += sizeof(struct ieee80211_radiotap_he); in ieee80211_add_tx_radiotap_header()
H A Drx.c169 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he) != 12); in ieee80211_rx_radiotap_hdrlen()
203 sizeof(struct ieee80211_radiotap_he); in ieee80211_rx_radiotap_hdrlen()
291 struct ieee80211_radiotap_he he = {}; in ieee80211_add_rx_radiotap_header()
296 he = *(struct ieee80211_radiotap_he *)skb->data; in ieee80211_add_rx_radiotap_header()
762 rtap_space += sizeof(struct ieee80211_radiotap_he); in ieee80211_rx_monitor()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c184 struct ieee80211_radiotap_he *he, in mt7915_mac_decode_he_radiotap_ru()
237 static const struct ieee80211_radiotap_he known = { in mt7915_mac_decode_he_radiotap()
250 struct ieee80211_radiotap_he *he = NULL; in mt7915_mac_decode_he_radiotap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h849 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he) % 4); in mt76_skb_get_hdr()
855 data += sizeof(struct ieee80211_radiotap_he); in mt76_skb_get_hdr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2353 static const struct ieee80211_radiotap_he known = { in ath11k_dp_rx_deliver_msdu()
2360 struct ieee80211_radiotap_he *he = NULL; in ath11k_dp_rx_deliver_msdu()