#include <airpcap.h>
Data Fields | |
UCHAR | Version |
Radiotap version. | |
UCHAR | Pad |
Padding. | |
USHORT | Len |
Header length. | |
ULONG | Present |
Field present in the header. | |
UCHAR | Flags |
Properties of transmitted and received frames. Unused for the moment. | |
UCHAR | Rate |
Data rate of the received frame, in multiples of 500kb/s. | |
USHORT | ChannelFrequency |
Frequency of the channel the packet is received from. | |
USHORT | ChannelFlags |
Can be one of the following: AIRPCAP_CHAN_CCK, AIRPCAP_CHAN_OFDM, AIRPCAP_CHAN_2GHZ, AIRPCAP_CHAN_5GHZ. | |
USHORT | SignalQuality |
Signal Quality, int the range 0-100. | |
UCHAR | Antenna |
Unitless indication of the Rx/Tx antenna for this packet. The first antenna is antenna 0. | |
UCHAR | SignalStrenght |
RF signal power at the antenna, decibel difference from one milliwatt. | |
USHORT | Padding |
Padding. This Field is present only if the adapter is configured to include the 802.11 frame check sequence with AirpcapSetFcsPresence(). | |
ULONG | FCS |
FCS from frame in network byte order. This Field is present only if the adapter is configured to include the 802.11 frame check sequence with AirpcapSetFcsPresence(). |
|
Radiotap version.
|
|
Padding.
|
|
Header length.
|
|
Field present in the header.
|
|
Properties of transmitted and received frames. Unused for the moment.
|
|
Data rate of the received frame, in multiples of 500kb/s.
|
|
Frequency of the channel the packet is received from.
|
|
Can be one of the following: AIRPCAP_CHAN_CCK, AIRPCAP_CHAN_OFDM, AIRPCAP_CHAN_2GHZ, AIRPCAP_CHAN_5GHZ.
|
|
Signal Quality, int the range 0-100.
|
|
Unitless indication of the Rx/Tx antenna for this packet. The first antenna is antenna 0.
|
|
RF signal power at the antenna, decibel difference from one milliwatt.
|
|
Padding. This Field is present only if the adapter is configured to include the 802.11 frame check sequence with AirpcapSetFcsPresence().
|
|
FCS from frame in network byte order. This Field is present only if the adapter is configured to include the 802.11 frame check sequence with AirpcapSetFcsPresence().
|