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
+4
View File
@@ -687,6 +687,10 @@ static void load_conn(starter_conn_t *conn, kw_list_t *kw, starter_config_t *cfg
{
conn->eap_type = 6;
}
else if (streq(kw->value, "tls"))
{
conn->eap_type = 13;
}
else if (streq(kw->value, "mschapv2"))
{
conn->eap_type = 26;
+1
View File
@@ -541,6 +541,7 @@ an optional EAP method can be appended. Currently defined methods are
.BR eap-aka ,
.BR eap-gtc ,
.BR eap-md5 ,
.BR eap-tls ,
.B eap-mschapv2
and
.BR eap-sim .