reintegrated eap-radius branch into trunk
This commit is contained in:
@@ -625,6 +625,10 @@ load_conn(starter_conn_t *conn, kw_list_t *kw, starter_config_t *cfg)
|
||||
{
|
||||
conn->eap_type = 26;
|
||||
}
|
||||
else if (streq(kw->value, "radius"))
|
||||
{ /* pseudo-type */
|
||||
conn->eap_type = 253;
|
||||
}
|
||||
else
|
||||
{
|
||||
conn->eap_type = atoi(kw->value);
|
||||
|
||||
Reference in New Issue
Block a user