Home
last modified time | relevance | path

Searched refs:ieee80211_radiotap_header (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dradiotap.h5 struct ieee80211_radiotap_header hdr;
34 struct ieee80211_radiotap_header hdr;
/Linux-v5.4/Documentation/networking/
Dradiotap-headers.txt20 of the it_present member of ieee80211_radiotap_header is set, it means that
24 < 8-byte ieee80211_radiotap_header >
35 covered by the ieee80211_radiotap_header and any arguments following.
43 ieee80211_radiotap_header.
56 - "alignment" is relative to the start of the ieee80211_radiotap_header, ie,
/Linux-v5.4/include/net/
Dieee80211_radiotap.h26 struct ieee80211_radiotap_header { struct
361 struct ieee80211_radiotap_header *hdr = (void *)data; in ieee80211_get_radiotap_len()
Dcfg80211.h5110 struct ieee80211_radiotap_header *_rtheader;
5131 struct ieee80211_radiotap_header *radiotap_header,
/Linux-v5.4/net/wireless/
Dradiotap.c98 struct ieee80211_radiotap_header *radiotap_header, in ieee80211_radiotap_iterator_init()
102 if (max_length < sizeof(struct ieee80211_radiotap_header)) in ieee80211_radiotap_iterator_init()
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_mon.c10 struct ieee80211_radiotap_header hdr;
15 struct ieee80211_radiotap_header hdr;
/Linux-v5.4/net/mac80211/
Dstatus.c260 int len = sizeof(struct ieee80211_radiotap_header); in ieee80211_tx_radiotap_len()
309 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_tx_radiotap_header()
Dtx.c2023 struct ieee80211_radiotap_header *rthdr = in ieee80211_parse_tx_radiotap()
2024 (struct ieee80211_radiotap_header *) skb->data; in ieee80211_parse_tx_radiotap()
2206 struct ieee80211_radiotap_header *prthdr = in ieee80211_monitor_start_xmit()
2207 (struct ieee80211_radiotap_header *)skb->data; in ieee80211_monitor_start_xmit()
2216 if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) in ieee80211_monitor_start_xmit()
Diface.c1183 struct ieee80211_radiotap_header *rtap = (void *)skb->data; in ieee80211_monitor_select_queue()
Drx.c138 len = sizeof(struct ieee80211_radiotap_header) + 8; in ieee80211_rx_radiotap_hdrlen()
296 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_rx_radiotap_header()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c434 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx()
458 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx()
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_wlan.h65 struct ieee80211_radiotap_header hdr;
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2446 struct ieee80211_radiotap_header *rtap_hdr; in rtw_cfg80211_monitor_if_xmit_entry()
2456 if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) in rtw_cfg80211_monitor_if_xmit_entry()
2459 rtap_hdr = (struct ieee80211_radiotap_header *)skb->data; in rtw_cfg80211_monitor_if_xmit_entry()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2200.h1147 struct ieee80211_radiotap_header rt_hdr;
Dipw2100.c2534 struct ieee80211_radiotap_header rt_hdr; in isr_rx_monitor()
Dipw2200.c10338 struct ieee80211_radiotap_header *rt_hdr; in ipw_handle_promiscuous_tx()
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c568 struct ieee80211_radiotap_header hdr;
577 struct ieee80211_radiotap_header hdr;
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dtxrx.c321 struct ieee80211_radiotap_header rthdr; in wil_rx_add_radiotap_header()