adding plugin for EAP-MS-CHAPv2

This commit is contained in:
Tobias Brunner
2009-02-18 19:57:15 +00:00
parent 73883705bd
commit f98cdf7a47
10 changed files with 1394 additions and 1 deletions
+4
View File
@@ -621,6 +621,10 @@ load_conn(starter_conn_t *conn, kw_list_t *kw, starter_config_t *cfg)
{
conn->eap_type = 6;
}
else if (streq(kw->value, "mschapv2"))
{
conn->eap_type = 26;
}
else
{
conn->eap_type = atoi(kw->value);