TwclWiFiSnifferFrameMetaData Record

The structure contains meta data information about captured WiFi frame.

Namespace: wclWiFi
type
 TwclWiFiSnifferFrameMetaData = record
 end;

The TwclWiFiSnifferFrameMetaData type exposes the following members.

Show:
 NameDescription
Channel

The channel number.

Flags

The flags set.

Freq

The central frequency in MHz.

Mode

The interface's operation mode.

Phy

The PHY.

Rate

The data rate in Mbps.

Rssi

The RSSI value in dBm.

Timestamp

The frame's timestamp.

Version

The meta data version.

Top