00001 /* 00002 * EAP-PEAP common routines 00003 * Copyright (c) 2008, Jouni Malinen <j@w1.fi> 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License version 2 as 00007 * published by the Free Software Foundation. 00008 * 00009 * Alternatively, this software may be distributed under the terms of BSD 00010 * license. 00011 * 00012 * See README and COPYING for more details. 00013 */ 00014 00015 #ifndef EAP_PEAP_COMMON_H 00016 #define EAP_PEAP_COMMON_H 00017 00018 void peap_prfplus(int version, const u8 *key, size_t key_len, 00019 const char *label, const u8 *seed, size_t seed_len, 00020 u8 *buf, size_t buf_len); 00021 00022 #endif /* EAP_PEAP_COMMON_H */