Added EAP-TLS plugin stub

This commit is contained in:
Martin Willi
2010-08-03 15:39:24 +02:00
parent 86a73f16ab
commit 2107953804
11 changed files with 301 additions and 1 deletions
@@ -29,6 +29,7 @@ eap_type_t eap_type_from_string(char *name)
{"md5", EAP_MD5},
{"otp", EAP_OTP},
{"gtc", EAP_GTC},
{"tls", EAP_TLS},
{"sim", EAP_SIM},
{"aka", EAP_AKA},
{"mschapv2", EAP_MSCHAPV2},