Searched refs:radiotap (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/Documentation/networking/ |
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 …]
|
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
|
D | index.rst | 92 radiotap-headers
|
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.c | 443 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx() local 460 radiotap = skb_push(skb, sizeof(*radiotap)); in brcmf_netif_mon_rx() 461 memset(radiotap, 0, sizeof(*radiotap)); in brcmf_netif_mon_rx() 462 radiotap->it_len = cpu_to_le16(sizeof(*radiotap)); in brcmf_netif_mon_rx() 467 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx() local 470 radiotap = skb_push(skb, sizeof(*radiotap)); in brcmf_netif_mon_rx() 471 memset(radiotap, 0, sizeof(*radiotap)); in brcmf_netif_mon_rx() 472 radiotap->it_len = cpu_to_le16(sizeof(*radiotap)); in brcmf_netif_mon_rx()
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rxmq.c | 31 struct ieee80211_vendor_radiotap *radiotap = (void *)data; in iwl_mvm_skb_get_hdr() local 33 data += sizeof(*radiotap) + radiotap->len + radiotap->pad; in iwl_mvm_skb_get_hdr() 210 struct ieee80211_vendor_radiotap *radiotap; in iwl_mvm_add_rtap_sniffer_config() local 211 const int size = sizeof(*radiotap) + sizeof(__le16); in iwl_mvm_add_rtap_sniffer_config() 219 radiotap = skb_put(skb, size + 2); in iwl_mvm_add_rtap_sniffer_config() 220 radiotap->align = 1; in iwl_mvm_add_rtap_sniffer_config() 222 radiotap->oui[0] = 0xf6; in iwl_mvm_add_rtap_sniffer_config() 223 radiotap->oui[1] = 0x54; in iwl_mvm_add_rtap_sniffer_config() 224 radiotap->oui[2] = 0x25; in iwl_mvm_add_rtap_sniffer_config() 226 radiotap->subns = 1; in iwl_mvm_add_rtap_sniffer_config() [all …]
|
/Linux-v5.15/net/wireless/ |
D | Makefile | 13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/ |
D | Kconfig | 113 bool "Enable radiotap format 802.11 raw packet support" 117 bool "Enable creation of a RF radiotap promiscuous interface" 122 This second interface will provide every received in radiotap
|