Development version of the Upstream MultiPath TCP Linux kernel 🐧 - mptcp_net-next/include/linux/ieee80211.h at a0e31f3a38e77612ed8967aaad28db6d3ee674b5 · multipath-tcp/mptcp_net-next
struct ieee80211_htframe { /* 11n */ u_int8_t i_fc[2]; u_int8_t i_dur[2]; u_int8_t i_addr1[IEEE80211_ADDR_LEN]; u_int8_t i_addr2[IEEE80211_ADDR_LEN]; u_int8_t i_addr3[IEEE80211_ADDR_LEN]; u_int8_t i_seq[2];...
*/ #ifndef LINUX_IEEE80211_H #define LINUX_IEEE80211_H #include <linux/types.h> #include <asm/byteorder.h> /* * DS bit usage * * TA = transmitter address * RA = receiver address * DA = destination address * SA = source address ...
封印指定的H 13-10-25 21:56 来自微博weibo.com 魔法棒的正确使用方式 RT @IEEE80211 美遊さんによるマジカルサファイアの正しい使い方 pic.twitter.com/evzMArMDwX û收藏 15 评论 ñ11 评论 o p 同时转发到我的微博 按热度 按时间 正在加载,请稍候......
19 #ifndef __PACKET_IEEE80211_H__ 20 #define __PACKET_IEEE80211_H__ 21 22 #include "config.h" 23 24 #ifdef HAVE_STDINT_H 25 #include <stdint.h> 26 #endif 27 #ifdef HAVE_INTTYPES_H 28 #include <inttypes.h> 29 #endif 30 31 #include "macaddr.h" 32 ...
Development version of the Upstream MultiPath TCP Linux kernel 🐧 - mptcp_net-next/include/linux/ieee80211.h at 807404d66fcf898d4bcc6a3e3edb07ffd5b88400 · multipath-tcp/mptcp_net-next
#define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */ #define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */ #define ARPHRD_NONE 0xFFFE /* zero header length */ 231 changes: 231 additions & 0 deletions 231 include/net/ieee80211_radiotap.h Original file ...
Development version of the Upstream MultiPath TCP Linux kernel 🐧 - mptcp_net-next/include/linux/ieee80211.h at bc9d6635c293a2ac30c6319f7cfd08860ab7948a · multipath-tcp/mptcp_net-next
kismet_algorithm.h kismet_server kismet_server.cc local_ieee80211_radiotap.h logtracker.cc logtracker.h macaddr.cc macaddr.h manuf.cc manuf.h messagebus.h messagebus_restclient.cc messagebus_restclient.h multi_constexpr.h objectpool.h packet.cc packet.h packet_filter.cc packet_filter.h pa...
#define le64toh(x) OSSwapLittleToHostInt64(x) #endif /** * struct ieee82011_radiotap_header - base radiotap header */ struct ieee80211_radiotap_header { /** * @it_version: radiotap version, always 0 */ uint8_t it_version; /** * @it_pad: padding (or alignment) */ uint8_t ...