iPXE
Data Fields
eap_mschapv2_request Struct Reference

An EAP MS-CHAPv2 request message. More...

Data Fields

struct eap_mschapv2 hdr
 EAP-MSCHAPv2 header. More...
 
uint8_t len
 MS-CHAPv2 challenge length (fixed value) More...
 
struct mschapv2_challenge msg
 MS-CHAPv2 challenge. More...
 

Detailed Description

An EAP MS-CHAPv2 request message.

Definition at line 45 of file eap_mschapv2.c.

Field Documentation

◆ hdr

struct eap_mschapv2 eap_mschapv2_request::hdr

EAP-MSCHAPv2 header.

Definition at line 47 of file eap_mschapv2.c.

Referenced by eap_rx_mschapv2_request().

◆ len

uint8_t eap_mschapv2_request::len

MS-CHAPv2 challenge length (fixed value)

Definition at line 49 of file eap_mschapv2.c.

◆ msg

struct mschapv2_challenge eap_mschapv2_request::msg

MS-CHAPv2 challenge.

Definition at line 51 of file eap_mschapv2.c.

Referenced by eap_rx_mschapv2_request().


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