implemented server side support for EAP-TTLS

This commit is contained in:
Andreas Steffen
2010-08-16 16:44:13 +02:00
parent 06a207480e
commit 79f2102cb4
8 changed files with 537 additions and 79 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ struct eap_ttls_t {
* @return eap_ttls_t object
*/
eap_ttls_t *eap_ttls_create_server(identification_t *server,
identification_t *peer);
identification_t *peer);
/**
* Creates the EAP method EAP-TTLS acting as peer.
@@ -54,6 +54,6 @@ eap_ttls_t *eap_ttls_create_server(identification_t *server,
* @return eap_ttls_t object
*/
eap_ttls_t *eap_ttls_create_peer(identification_t *server,
identification_t *peer);
identification_t *peer);
#endif /** EAP_TTLS_H_ @}*/