Searched refs:radiotap (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/Documentation/networking/ |
D | radiotap-headers.txt | 1 How to use radiotap headers 4 Pointer to the radiotap include file 57 the first byte of the radiotap header. The absolute alignment of that first 58 byte isn't defined. So even if the whole radiotap header is starting at, eg, 59 address 0x00000003, still the first byte of the radiotap header is treated as 63 entities in the fixed radiotap header or the argument region means that you 76 Example valid radiotap header 79 0x00, 0x00, // <-- radiotap version + pad byte 80 0x0b, 0x00, // <- radiotap header length 90 If you are having to parse a radiotap struct, you can radically simplify the [all …]
|
D | mac80211-injection.txt | 8 [ radiotap header ] 12 The radiotap format is discussed in 13 ./Documentation/networking/radiotap-headers.txt. 15 Despite many radiotap parameters being currently defined, most only make sense 17 radiotap headers and used to control injection: 61 The injection code can also skip all other currently defined radiotap fields 62 facilitating replay of captured radiotap headers directly. 64 Here is an example valid radiotap header defining some parameters 66 0x00, 0x00, // <-- radiotap version 67 0x0b, 0x00, // <- radiotap header length
|
D | 00-INDEX | 171 radiotap-headers.txt 172 - Background on radiotap headers.
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.c | 413 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx() local 416 radiotap = skb_push(skb, sizeof(*radiotap)); in brcmf_netif_mon_rx() 417 memset(radiotap, 0, sizeof(*radiotap)); in brcmf_netif_mon_rx() 418 radiotap->it_len = cpu_to_le16(sizeof(*radiotap)); in brcmf_netif_mon_rx()
|
/Linux-v4.19/net/wireless/ |
D | Makefile | 13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | Kconfig | 112 bool "Enable radiotap format 802.11 raw packet support" 116 bool "Enable creation of a RF radiotap promiscuous interface" 121 This second interface will provide every received in radiotap
|