diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-08-23 14:42:23 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-31 11:42:01 +0200 |
commit | 700ff5def983947e7790c6c77831484e3a9e2bc2 (patch) | |
tree | 095e08b53dcaa08a8007904134d8fc055541aadd /src/libstrongswan/eap/eap.c | |
parent | 7240914955546229bcb4249c83ecd741524b2430 (diff) | |
download | strongswan-700ff5def983947e7790c6c77831484e3a9e2bc2.tar.bz2 strongswan-700ff5def983947e7790c6c77831484e3a9e2bc2.tar.xz |
Added eap-dynamic plugin which can proxy any other EAP method
Diffstat (limited to 'src/libstrongswan/eap/eap.c')
-rw-r--r-- | src/libstrongswan/eap/eap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/eap/eap.c b/src/libstrongswan/eap/eap.c index 2cc488388..1e4cf11bf 100644 --- a/src/libstrongswan/eap/eap.c +++ b/src/libstrongswan/eap/eap.c @@ -114,6 +114,7 @@ eap_type_t eap_type_from_string(char *name) {"peap", EAP_PEAP}, {"mschapv2", EAP_MSCHAPV2}, {"tnc", EAP_TNC}, + {"dynamic", EAP_DYNAMIC}, {"radius", EAP_RADIUS}, }; |