X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=libeap%2Fsrc%2Feap_peer%2Feap_methods.h;h=11c3278f1d7f84362a586b8085908d247adf6120;hb=4f319dde67a76fe0aaf33f6d2788968012584ada;hp=8045a4d5012a567b9f892adaaa5d18fcaa4e2200;hpb=a1e95d663ffdd950ced493e84f8bf5453c858bd8;p=mech_eap.git diff --git a/libeap/src/eap_peer/eap_methods.h b/libeap/src/eap_peer/eap_methods.h index 8045a4d..11c3278 100644 --- a/libeap/src/eap_peer/eap_methods.h +++ b/libeap/src/eap_peer/eap_methods.h @@ -2,14 +2,8 @@ * EAP peer: Method registration * Copyright (c) 2004-2007, Jouni Malinen * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #ifndef EAP_METHODS_H @@ -95,6 +89,8 @@ static inline int eap_peer_method_unload(struct eap_method *method UNUSED) /* EAP peer method registration calls for statically linked in methods */ int eap_peer_md5_register(void); int eap_peer_tls_register(void); +int eap_peer_unauth_tls_register(void); +int eap_peer_wfa_unauth_tls_register(void); int eap_peer_mschapv2_register(void); int eap_peer_peap_register(void); int eap_peer_ttls_register(void); @@ -114,6 +110,7 @@ int eap_peer_ikev2_register(void); int eap_peer_vendor_test_register(void); int eap_peer_tnc_register(void); int eap_peer_pwd_register(void); +int eap_peer_eke_register(void); #ifdef __cplusplus }