Added EAP-TLS plugin stub
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user