Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dieee80211_radiotap.h64 struct ieee80211_radiotap_header { struct
327 struct ieee80211_radiotap_header *hdr = in ieee80211_get_radiotap_len()
328 (struct ieee80211_radiotap_header *)data; in ieee80211_get_radiotap_len()
Dcfg80211.h3700 struct ieee80211_radiotap_header *_rtheader;
3721 struct ieee80211_radiotap_header *radiotap_header,
/linux-4.4.14/drivers/net/wireless/libertas/
Dradiotap.h4 struct ieee80211_radiotap_header hdr;
33 struct ieee80211_radiotap_header hdr;
/linux-4.4.14/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-4.4.14/net/wireless/
Dradiotap.c97 struct ieee80211_radiotap_header *radiotap_header, in ieee80211_radiotap_iterator_init()
101 if (max_length < sizeof(struct ieee80211_radiotap_header)) in ieee80211_radiotap_iterator_init()
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_mon.c16 struct ieee80211_radiotap_header hdr;
21 struct ieee80211_radiotap_header hdr;
/linux-4.4.14/net/mac80211/
Dstatus.c246 int len = sizeof(struct ieee80211_radiotap_header); in ieee80211_tx_radiotap_len()
280 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_tx_radiotap_header()
284 rthdr = (struct ieee80211_radiotap_header *) skb_push(skb, rtap_len); in ieee80211_add_tx_radiotap_header()
Dtx.c1671 struct ieee80211_radiotap_header *rthdr = in ieee80211_parse_tx_radiotap()
1672 (struct ieee80211_radiotap_header *) skb->data; in ieee80211_parse_tx_radiotap()
1756 struct ieee80211_radiotap_header *prthdr = in ieee80211_monitor_start_xmit()
1757 (struct ieee80211_radiotap_header *)skb->data; in ieee80211_monitor_start_xmit()
1766 if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) in ieee80211_monitor_start_xmit()
Drx.c147 len = sizeof(struct ieee80211_radiotap_header) + 8; in ieee80211_rx_radiotap_hdrlen()
215 struct ieee80211_radiotap_header *rthdr; in ieee80211_add_rx_radiotap_header()
235 rthdr = (struct ieee80211_radiotap_header *)skb_push(skb, rtap_len); in ieee80211_add_rx_radiotap_header()
Diface.c1160 struct ieee80211_radiotap_header *rtap = (void *)skb->data; in ieee80211_monitor_select_queue()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_wlan.h63 struct ieee80211_radiotap_header hdr;
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2450 struct ieee80211_radiotap_header *rtap_hdr; in rtw_cfg80211_monitor_if_xmit_entry()
2455 if (unlikely(skb->len < sizeof(struct ieee80211_radiotap_header))) in rtw_cfg80211_monitor_if_xmit_entry()
2458 rtap_hdr = (struct ieee80211_radiotap_header *)skb->data; in rtw_cfg80211_monitor_if_xmit_entry()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.h1161 struct ieee80211_radiotap_header rt_hdr;
Dipw2100.c2546 struct ieee80211_radiotap_header rt_hdr; in isr_rx_monitor()
Dipw2200.c10363 struct ieee80211_radiotap_header *rt_hdr; in ipw_handle_promiscuous_tx()
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c544 struct ieee80211_radiotap_header hdr;
553 struct ieee80211_radiotap_header hdr;
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c266 struct ieee80211_radiotap_header rthdr; in wil_rx_add_radiotap_header()