Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure specifies information about a packet being processed by the authentication protocol.
typedef struct _PPP_EAP_PACKET {BYTECode;BYTEId;BYTELength[2];BYTEData[1];} PPP_EAP_PACKET, *PPPP_EAP_PACKET;
Members
- Code
Specifies the type of packet that is sent or received by the authentication protocol. The following table shows possible values for Code.Value Description EAPCODE_Request The packet is a request. EAPCODE_Response The packet is a response. EAPCODE_Success The packet indicates success. EAPCODE_Failure The packet indicates failure. - Id
Specifies the identifier of the packet. The authentication protocol is responsible for maintaining packet counts for sessions, as that packet count pertains to EAP activity. - Length
Specifies the length of the packet. - Data
Specifies the data transmitted by this packet. If the packet is a request or a response packet, the first byte of this member signifies its type.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Raseapif.h.
See Also
RasEapGetInfo | RasEapMakeMessage | PPP_EAP_INFO | PPP_EAP_INPUT | PPP_EAP_OUTPUT
Send Feedback on this topic to the authors