eap_peap_common.h
Go to the documentation of this file.00001
00016 #ifndef EAP_PEAP_COMMON_H
00017 #define EAP_PEAP_COMMON_H
00018
00019 void peap_prfplus(int version, const u8 *key, size_t key_len,
00020 const char *label, const u8 *seed, size_t seed_len,
00021 u8 *buf, size_t buf_len);
00022
00023 #endif
00024