iPXE
Data Fields
mschapv2_auth Struct Reference

An MS-CHAPv2 authenticator response. More...

#include <mschapv2.h>

Data Fields

char wtf [42]
 Authenticator response string. More...
 

Detailed Description

An MS-CHAPv2 authenticator response.

Definition at line 39 of file mschapv2.h.

Field Documentation

◆ wtf

char mschapv2_auth::wtf[42]

Authenticator response string.

This is an unterminated 42-byte string of the form "S=<auth_string>" where <auth_string> is the upper-cased hexadecimal encoding of the actual authenticator response value. Joy.

Definition at line 47 of file mschapv2.h.


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