chap.h

Go to the documentation of this file.
00001 
00016 #ifndef CHAP_H
00017 #define CHAP_H
00018 
00019 #define CHAP_MD5_LEN 16
00020 
00021 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge,
00022              size_t challenge_len, u8 *response);
00023 
00024 #endif /* CHAP_H */
00025 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:16:51 2009 for hostapd by  doxygen 1.6.1