Go to the documentation of this file.00001
00010 #ifndef EAP_PEAP_COMMON_H
00011 #define EAP_PEAP_COMMON_H
00012
00013 int peap_prfplus(int version, const u8 *key, size_t key_len,
00014 const char *label, const u8 *seed, size_t seed_len,
00015 u8 *buf, size_t buf_len);
00016
00017 #endif
00018