wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
chap.h
Go to the documentation of this file.
1 
5 #ifndef CHAP_H
6 #define CHAP_H
7 
8 #define CHAP_MD5_LEN 16
9 
10 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge,
11  size_t challenge_len, u8 *response);
12 
13 #endif /* CHAP_H */