wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
mschapv2.h File Reference

MSCHAPV2 (RFC 2759) More...

Go to the source code of this file.

Macros

#define MSCHAPV2_CHAL_LEN   16
 
#define MSCHAPV2_NT_RESPONSE_LEN   24
 
#define MSCHAPV2_AUTH_RESPONSE_LEN   20
 
#define MSCHAPV2_MASTER_KEY_LEN   16
 

Functions

const u8 * mschapv2_remove_domain (const u8 *username, size_t *len)
 
int mschapv2_derive_response (const u8 *username, size_t username_len, const u8 *password, size_t password_len, int pwhash, const u8 *auth_challenge, const u8 *peer_challenge, u8 *nt_response, u8 *auth_response, u8 *master_key)
 
int mschapv2_verify_auth_response (const u8 *auth_response, const u8 *buf, size_t buf_len)
 

Detailed Description

MSCHAPV2 (RFC 2759)