Add a radiotap vendor header definition.

This commit is contained in:
Adrian Chadd 2012-02-24 05:33:11 +00:00
parent 6f8c94dfde
commit 3ec1a8c90c

View File

@ -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.
*