iPXE
|
An MS-CHAPv2 authenticator response. More...
#include <mschapv2.h>
Data Fields | |
char | wtf [42] |
Authenticator response string. More... | |
An MS-CHAPv2 authenticator response.
Definition at line 39 of file mschapv2.h.
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.
Referenced by mschapv2_auth().