iPXE
Data Fields
mschapv2_test Struct Reference

An MS-CHAPv2 test. More...

Data Fields

const char * username
 Username. More...
 
const char * password
 Password. More...
 
const struct mschapv2_challengechallenge
 Authenticator challenge. More...
 
const struct mschapv2_challengepeer
 Peer challenge. More...
 
const struct mschapv2_responseresponse
 Expected challenge response. More...
 
const struct mschapv2_authauth
 Expected authenticator response. More...
 

Detailed Description

An MS-CHAPv2 test.

Definition at line 41 of file mschapv2_test.c.

Field Documentation

◆ username

const char* mschapv2_test::username

Username.

Definition at line 43 of file mschapv2_test.c.

◆ password

const char* mschapv2_test::password

Password.

Definition at line 45 of file mschapv2_test.c.

◆ challenge

const struct mschapv2_challenge* mschapv2_test::challenge

Authenticator challenge.

Definition at line 47 of file mschapv2_test.c.

◆ peer

const struct mschapv2_challenge* mschapv2_test::peer

Peer challenge.

Definition at line 49 of file mschapv2_test.c.

◆ response

const struct mschapv2_response* mschapv2_test::response

Expected challenge response.

Definition at line 51 of file mschapv2_test.c.

◆ auth

const struct mschapv2_auth* mschapv2_test::auth

Expected authenticator response.

Definition at line 53 of file mschapv2_test.c.


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