#include "includes.h"
#include "common.h"
#include "eap_i.h"
#include "eap_common/eap_ikev2_common.h"
#include "ikev2.h"
#include "eap_common/ikev2_common.h"
Go to the source code of this file.
Classes | |
struct | eap_ikev2_data |
Functions | |
static struct wpabuf * | eap_ikev2_build_msg (struct eap_ikev2_data *data, struct eap_method_ret *ret, u8 id) |
static void | eap_ikev2_deinit (struct eap_sm *sm, void *priv) |
static u8 * | eap_ikev2_get_emsk (struct eap_sm *sm, void *priv, size_t *len) |
static u8 * | eap_ikev2_getKey (struct eap_sm *sm, void *priv, size_t *len) |
static void * | eap_ikev2_init (struct eap_sm *sm) |
static Boolean | eap_ikev2_isKeyAvailable (struct eap_sm *sm, void *priv) |
static int | eap_ikev2_peer_keymat (struct eap_ikev2_data *data) |
static struct wpabuf * | eap_ikev2_process (struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) |
static int | eap_ikev2_process_cont (struct eap_ikev2_data *data, const u8 *buf, size_t len) |
static struct wpabuf * | eap_ikev2_process_fragment (struct eap_ikev2_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u32 message_length, const u8 *buf, size_t len) |
static int | eap_ikev2_process_icv (struct eap_ikev2_data *data, const struct wpabuf *reqData, u8 flags, const u8 *pos, const u8 **end) |
static void | eap_ikev2_state (struct eap_ikev2_data *data, int state) |
static const char * | eap_ikev2_state_txt (int state) |
int | eap_peer_ikev2_register (void) |
static struct wpabuf* eap_ikev2_build_msg | ( | struct eap_ikev2_data * | data, | |
struct eap_method_ret * | ret, | |||
u8 | id | |||
) | [static, read] |
Definition at line 137 of file eap_ikev2.c.
static void eap_ikev2_deinit | ( | struct eap_sm * | sm, | |
void * | priv | |||
) | [static] |
Definition at line 111 of file eap_ikev2.c.
Definition at line 466 of file eap_ikev2.c.
Definition at line 448 of file eap_ikev2.c.
static void* eap_ikev2_init | ( | struct eap_sm * | sm | ) | [static] |
Definition at line 64 of file eap_ikev2.c.
Definition at line 441 of file eap_ikev2.c.
static int eap_ikev2_peer_keymat | ( | struct eap_ikev2_data * | data | ) | [static] |
Definition at line 121 of file eap_ikev2.c.
static struct wpabuf* eap_ikev2_process | ( | struct eap_sm * | sm, | |
void * | priv, | |||
struct eap_method_ret * | ret, | |||
const struct wpabuf * | reqData | |||
) | [static, read] |
Definition at line 328 of file eap_ikev2.c.
static int eap_ikev2_process_cont | ( | struct eap_ikev2_data * | data, | |
const u8 * | buf, | |||
size_t | len | |||
) | [static] |
Definition at line 275 of file eap_ikev2.c.
static struct wpabuf* eap_ikev2_process_fragment | ( | struct eap_ikev2_data * | data, | |
struct eap_method_ret * | ret, | |||
u8 | id, | |||
u8 | flags, | |||
u32 | message_length, | |||
const u8 * | buf, | |||
size_t | len | |||
) | [static, read] |
Definition at line 294 of file eap_ikev2.c.
static int eap_ikev2_process_icv | ( | struct eap_ikev2_data * | data, | |
const struct wpabuf * | reqData, | |||
u8 | flags, | |||
const u8 * | pos, | |||
const u8 ** | end | |||
) | [static] |
Definition at line 253 of file eap_ikev2.c.
static void eap_ikev2_state | ( | struct eap_ikev2_data * | data, | |
int | state | |||
) | [static] |
Definition at line 55 of file eap_ikev2.c.
static const char* eap_ikev2_state_txt | ( | int | state | ) | [static] |
Definition at line 36 of file eap_ikev2.c.
int eap_peer_ikev2_register | ( | void | ) |
Definition at line 484 of file eap_ikev2.c.