iPXE
Data Fields
eap_mschapv2_response Struct Reference

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

Data Fields

struct eap_mschapv2 hdr
 EAP-MSCHAPv2 header. More...
 
uint8_t len
 MS-CHAPv2 response length (fixed value) More...
 
struct mschapv2_response msg
 MS-CHAPv2 response. More...
 
char name [0]
 User name. More...
 

Detailed Description

An EAP MS-CHAPv2 response message.

Definition at line 55 of file eap_mschapv2.c.

Field Documentation

◆ hdr

struct eap_mschapv2 eap_mschapv2_response::hdr

EAP-MSCHAPv2 header.

Definition at line 57 of file eap_mschapv2.c.

Referenced by eap_rx_mschapv2_request().

◆ len

uint8_t eap_mschapv2_response::len

MS-CHAPv2 response length (fixed value)

Definition at line 59 of file eap_mschapv2.c.

Referenced by eap_rx_mschapv2_request().

◆ msg

struct mschapv2_response eap_mschapv2_response::msg

MS-CHAPv2 response.

Definition at line 61 of file eap_mschapv2.c.

Referenced by eap_rx_mschapv2_request().

◆ name

char eap_mschapv2_response::name[0]

User name.

Definition at line 63 of file eap_mschapv2.c.

Referenced by eap_rx_mschapv2_request().


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