Share via


EapPacket (Compact 7)

3/12/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.

See Also

Reference

Common EAPHost Structures
EapCode