Dropped support of deprecated authby=eap and eap= options

This commit is contained in:
Martin Willi
2012-03-20 17:31:38 +01:00
parent c791def8c1
commit c8d46f2959
8 changed files with 5 additions and 76 deletions
-1
View File
@@ -207,7 +207,6 @@ static const token_info_t token_info[] =
{ ARG_ENUM, offsetof(starter_conn_t, aggressive), LST_bool },
{ ARG_MISC, 0, NULL /* KW_AUTH */ },
{ ARG_MISC, 0, NULL /* KW_AUTHBY */ },
{ ARG_MISC, 0, NULL /* KW_EAP */ },
{ ARG_STR, offsetof(starter_conn_t, eap_identity), NULL },
{ ARG_STR, offsetof(starter_conn_t, aaa_identity), NULL },
{ ARG_MISC, 0, NULL /* KW_MOBIKE */ },