iPXE
|
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... | |
An EAP MS-CHAPv2 response message.
Definition at line 55 of file eap_mschapv2.c.
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().
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().
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().
char eap_mschapv2_response::name[0] |