Searched refs:radiotap (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/aircrack-ng/ |
| H A D | 0001-Expand-packed-definition.patch | 11 lib/radiotap/radiotap.h | 2 +- 14 diff --git a/lib/radiotap/radiotap.h b/lib/radiotap/radiotap.h 16 --- a/lib/radiotap/radiotap.h 17 +++ b/lib/radiotap/radiotap.h
|
| H A D | 0002-Fix-duplicated-symbols.patch | 21 #include "radiotap/radiotap_iter.h"
|
| /OK3568_Linux_fs/kernel/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
|
| H A D | index.rst | 89 radiotap-headers
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.c | 439 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx() local 456 radiotap = skb_push(skb, sizeof(*radiotap)); in brcmf_netif_mon_rx() 457 memset(radiotap, 0, sizeof(*radiotap)); in brcmf_netif_mon_rx() 458 radiotap->it_len = cpu_to_le16(sizeof(*radiotap)); in brcmf_netif_mon_rx() 463 struct ieee80211_radiotap_header *radiotap; in brcmf_netif_mon_rx() local 466 radiotap = skb_push(skb, sizeof(*radiotap)); in brcmf_netif_mon_rx() 467 memset(radiotap, 0, sizeof(*radiotap)); in brcmf_netif_mon_rx() 468 radiotap->it_len = cpu_to_le16(sizeof(*radiotap)); in brcmf_netif_mon_rx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rxmq.c | 87 struct ieee80211_vendor_radiotap *radiotap = (void *)data; in iwl_mvm_skb_get_hdr() local 89 data += sizeof(*radiotap) + radiotap->len + radiotap->pad; in iwl_mvm_skb_get_hdr() 293 struct ieee80211_vendor_radiotap *radiotap; in iwl_mvm_add_rtap_sniffer_config() local 294 const int size = sizeof(*radiotap) + sizeof(__le16); in iwl_mvm_add_rtap_sniffer_config() 302 radiotap = skb_put(skb, size + 2); in iwl_mvm_add_rtap_sniffer_config() 303 radiotap->align = 1; in iwl_mvm_add_rtap_sniffer_config() 305 radiotap->oui[0] = 0xf6; in iwl_mvm_add_rtap_sniffer_config() 306 radiotap->oui[1] = 0x54; in iwl_mvm_add_rtap_sniffer_config() 307 radiotap->oui[2] = 0x25; in iwl_mvm_add_rtap_sniffer_config() 309 radiotap->subns = 1; in iwl_mvm_add_rtap_sniffer_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | Makefile | 13 cfg80211-y += core.o sysfs.o radiotap.o util.o reg.o scan.o nl80211.o
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |