Searched refs:radiotap (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/networking/ |
| H A D | radiotap-headers.rst | 4 How to use radiotap headers 7 Pointer to the radiotap include file 62 the first byte of the radiotap header. The absolute alignment of that first 63 byte isn't defined. So even if the whole radiotap header is starting at, eg, 64 address 0x00000003, still the first byte of the radiotap header is treated as 68 entities in the fixed radiotap header or the argument region means that you 81 Example valid radiotap header 86 0x00, 0x00, // <-- radiotap version + pad byte 87 0x0b, 0x00, // <- radiotap header length 97 If you are having to parse a radiotap struct, you can radically simplify the [all …]
|
| H A D | mac80211-injection.rst | 11 [ radiotap header ] 15 The radiotap format is discussed in 16 ./Documentation/networking/radiotap-headers.rst. 18 Despite many radiotap parameters being currently defined, most only make sense 20 radiotap headers and used to control injection: 70 The injection code can also skip all other currently defined radiotap fields 71 facilitating replay of captured radiotap headers directly. 73 Here is an example valid radiotap header defining some parameters:: 75 0x00, 0x00, // <-- radiotap version 76 0x0b, 0x00, // <- radiotap header length
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.c | 440 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx() local 457 radiotap = skb_push(skb, sizeof(*radiotap)); in brcmf_netif_mon_rx() 458 memset(radiotap, 0, sizeof(*radiotap)); in brcmf_netif_mon_rx() 459 radiotap->it_len = cpu_to_le16(sizeof(*radiotap)); in brcmf_netif_mon_rx() 464 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx() local 467 radiotap = skb_push(skb, sizeof(*radiotap)); in brcmf_netif_mon_rx() 468 memset(radiotap, 0, sizeof(*radiotap)); in brcmf_netif_mon_rx() 469 radiotap->it_len = cpu_to_le16(sizeof(*radiotap)); in brcmf_netif_mon_rx()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | index.rst | 122 * radiotap-headers
|