IKEv1 XAuth: Add "initiate xauth" method, which adds the xauth task into the queue for initiation.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user