IKEv2 initiator (RFC 4306) for EAP-IKEV2. More...
#include "includes.h"
#include "common.h"
#include "dh_groups.h"
#include "ikev2.h"
Go to the source code of this file.
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.c.