iPXE
Data Fields
eap_mschapv2 Struct Reference

EAP MS-CHAPv2 request/response type data. More...

#include <eap.h>

Data Fields

uint8_t code
 Code. More...
 
uint8_t id
 Identifier. More...
 
uint16_t len
 Length. More...
 

Detailed Description

EAP MS-CHAPv2 request/response type data.

Definition at line 67 of file eap.h.

Field Documentation

◆ code

uint8_t eap_mschapv2::code

Code.

This is in the same namespace as the EAP header's code field, but is used to extend the handshake by allowing for "success request" and "success response" packets.

Definition at line 74 of file eap.h.

Referenced by eap_rx_mschapv2_request().

◆ id

uint8_t eap_mschapv2::id

Identifier.

This field serves no purposes: it always has the same value as the EAP header's identifier field (located 5 bytes earlier in the same packet).

Definition at line 81 of file eap.h.

Referenced by eap_rx_mschapv2_request().

◆ len

uint16_t eap_mschapv2::len

Length.

This field serves no purpose: it always has the same value as the EAP header's length field (located 5 bytes earlier in the same packet), minus the 5 byte length of the EAP header.

Definition at line 89 of file eap.h.

Referenced by eap_rx_mschapv2_request().


The documentation for this struct was generated from the following file: