iPXE
Data Fields
mschapv2_response Struct Reference

An MS-CHAPv2 challenge response. More...

#include <mschapv2.h>

Data Fields

struct mschapv2_challenge peer
 Peer challenge. More...
 
uint8_t reserved [8]
 Reserved, must be zero. More...
 
struct mschapv2_nt_response nt
 NT response. More...
 
uint8_t flags
 Flags, must be zero. More...
 

Detailed Description

An MS-CHAPv2 challenge response.

Definition at line 27 of file mschapv2.h.

Field Documentation

◆ peer

struct mschapv2_challenge mschapv2_response::peer

Peer challenge.

Definition at line 29 of file mschapv2.h.

Referenced by mschapv2_auth(), and mschapv2_response().

◆ reserved

uint8_t mschapv2_response::reserved[8]

Reserved, must be zero.

Definition at line 31 of file mschapv2.h.

◆ nt

struct mschapv2_nt_response mschapv2_response::nt

NT response.

Definition at line 33 of file mschapv2.h.

Referenced by mschapv2_auth(), and mschapv2_response().

◆ flags

uint8_t mschapv2_response::flags

Flags, must be zero.

Definition at line 35 of file mschapv2.h.


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