IKEv1 XAuth: Add "initiate xauth" method, which adds the xauth task into the queue for initiation.

This commit is contained in:
Clavister OpenSource
2012-03-20 17:31:09 +01:00
parent 9eefb5f9b4
commit 65359ccbbc
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -966,6 +966,11 @@ struct ike_sa_t {
* Destroys a ike_sa_t object.
*/
void (*destroy) (ike_sa_t *this);
/**
* Initiate an XAuth authentication exchange.
*/
status_t (*initiate_xauth) (ike_sa_t *this);
};
/**