iPXE
eap_mschapv2_request Struct Reference

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

Data Fields

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

Detailed Description

An EAP MS-CHAPv2 request message.

Definition at line 46 of file eap_mschapv2.c.

Field Documentation

◆ hdr

struct eap_mschapv2 eap_mschapv2_request::hdr

EAP-MSCHAPv2 header.

Definition at line 48 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 50 of file eap_mschapv2.c.

◆ msg

struct mschapv2_challenge eap_mschapv2_request::msg

MS-CHAPv2 challenge.

Definition at line 52 of file eap_mschapv2.c.

Referenced by eap_rx_mschapv2_request().


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