wpa_supplicant / hostapd 2.0

chap.h

Go to the documentation of this file.
00001 
00010 #ifndef CHAP_H
00011 #define CHAP_H
00012 
00013 #define CHAP_MD5_LEN 16
00014 
00015 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge,
00016              size_t challenge_len, u8 *response);
00017 
00018 #endif /* CHAP_H */
00019 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines