diff options
author | Martin Willi <martin@strongswan.org> | 2007-12-13 17:31:21 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-12-13 17:31:21 +0000 |
commit | 0f806802aea51df549dcde331f3df1975aa83aea (patch) | |
tree | 45b5a23d75e3f914180264876c724c80eae9ce65 /src/starter/starterstroke.c | |
parent | 3243ac6d5e9d24508dcf8ba03895091f4b4ba424 (diff) | |
download | strongswan-0f806802aea51df549dcde331f3df1975aa83aea.tar.bz2 strongswan-0f806802aea51df549dcde331f3df1975aa83aea.tar.xz |
implemented Expanded EAP types to support vendor specific methods
Diffstat (limited to 'src/starter/starterstroke.c')
-rw-r--r-- | src/starter/starterstroke.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c index c94669115..67e0cadcc 100644 --- a/src/starter/starterstroke.c +++ b/src/starter/starterstroke.c @@ -197,7 +197,8 @@ int starter_stroke_add_conn(starter_conn_t *conn) { msg.add_conn.auth_method = AUTH_EAP; } - msg.add_conn.eap_type = conn->eap; + msg.add_conn.eap_type = conn->eap_type; + msg.add_conn.eap_vendor = conn->eap_vendor; if (conn->policy & POLICY_TUNNEL) { |