Added generic XAuth backend, using secrets provided by credential sets.

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:17 +01:00
parent 41e1e435d9
commit 3d44d735c6
8 changed files with 402 additions and 1 deletions
@@ -100,7 +100,7 @@ struct xauth_method_t {
* @return implementation of the eap_method_t interface
*/
typedef xauth_method_t *(*xauth_constructor_t)(identification_t *server,
identification_t *peer);
identification_t *peer);
/**
* Helper function to (un-)register XAuth methods from plugin features.