IKEv2 initiator (RFC 4306) for EAP-IKEV2. More...
#include "eap_common/ikev2_common.h"
Go to the source code of this file.
Data Structures | |
struct | ikev2_proposal_data |
struct | ikev2_initiator_data |
Functions | |
void | ikev2_initiator_deinit (struct ikev2_initiator_data *data) |
int | ikev2_initiator_process (struct ikev2_initiator_data *data, const struct wpabuf *buf) |
struct wpabuf * | ikev2_initiator_build (struct ikev2_initiator_data *data) |
IKEv2 initiator (RFC 4306) for EAP-IKEV2.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file ikev2.h.