EapPacket (Compact 2013)
3/26/2014
This structure contains a packet of opaque data sent during an EAP authentication session.
Syntax
typedef struct {
BYTE Code;
BYTE Id;
BYTE Length[2];
BYTE Data[1];
} EapPacket;
Members
- Code
An EapCode enumeration value that identifies the packet type.
- Id
The packet ID number.
- Length
The length of the whole packet.
- Data
The packet message data. This opaque data block continues after the first byte for Length - 1 bytes.