]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/wpa/src/eap_common/eap_peap_common.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / wpa / src / eap_common / eap_peap_common.h
1 /*
2  * EAP-PEAP common routines
3  * Copyright (c) 2008-2011, Jouni Malinen <j@w1.fi>
4  *
5  * This software may be distributed under the terms of the BSD license.
6  * See README for more details.
7  */
8
9 #ifndef EAP_PEAP_COMMON_H
10 #define EAP_PEAP_COMMON_H
11
12 int peap_prfplus(int version, const u8 *key, size_t key_len,
13                  const char *label, const u8 *seed, size_t seed_len,
14                  u8 *buf, size_t buf_len);
15
16 #endif /* EAP_PEAP_COMMON_H */