Add a radiotap vendor header definition.
This commit is contained in:
parent
6f8c94dfde
commit
3ec1a8c90c
@ -54,6 +54,12 @@
|
||||
|
||||
#define IEEE80211_RADIOTAP_HDRLEN 64 /* XXX deprecated */
|
||||
|
||||
struct ieee80211_radiotap_vendor_header {
|
||||
uint8_t vh_oui[3]; /* 3 byte vendor OUI */
|
||||
uint8_t vh_sub_ns; /* Sub namespace of this section */
|
||||
uint16_t vh_skip_len; /* Length of this vendor section */
|
||||
} __packed;
|
||||
|
||||
/*
|
||||
* The radio capture header precedes the 802.11 header.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user