#include "includes.h"
#include "common.h"
#include "eap_peer/eap_i.h"
#include "eap_common/eap_sake_common.h"
Go to the source code of this file.
Classes | |
struct | eap_sake_data |
Functions | |
int | eap_peer_sake_register (void) |
static struct wpabuf * | eap_sake_build_msg (struct eap_sake_data *data, int id, size_t length, u8 subtype) |
static void | eap_sake_deinit (struct eap_sm *sm, void *priv) |
static u8 * | eap_sake_get_emsk (struct eap_sm *sm, void *priv, size_t *len) |
static u8 * | eap_sake_getKey (struct eap_sm *sm, void *priv, size_t *len) |
static void * | eap_sake_init (struct eap_sm *sm) |
static Boolean | eap_sake_isKeyAvailable (struct eap_sm *sm, void *priv) |
static struct wpabuf * | eap_sake_process (struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) |
static struct wpabuf * | eap_sake_process_challenge (struct eap_sm *sm, struct eap_sake_data *data, struct eap_method_ret *ret, const struct wpabuf *reqData, const u8 *payload, size_t payload_len) |
static struct wpabuf * | eap_sake_process_confirm (struct eap_sm *sm, struct eap_sake_data *data, struct eap_method_ret *ret, const struct wpabuf *reqData, const u8 *payload, size_t payload_len) |
static struct wpabuf * | eap_sake_process_identity (struct eap_sm *sm, struct eap_sake_data *data, struct eap_method_ret *ret, const struct wpabuf *reqData, const u8 *payload, size_t payload_len) |
static void | eap_sake_state (struct eap_sake_data *data, int state) |
static const char * | eap_sake_state_txt (int state) |
int eap_peer_sake_register | ( | void | ) |
Definition at line 478 of file eap_sake.c.
static struct wpabuf* eap_sake_build_msg | ( | struct eap_sake_data * | data, | |
int | id, | |||
size_t | length, | |||
u8 | subtype | |||
) | [static, read] |
Definition at line 120 of file eap_sake.c.
static void eap_sake_deinit | ( | struct eap_sm * | sm, | |
void * | priv | |||
) | [static] |
Definition at line 111 of file eap_sake.c.
Definition at line 460 of file eap_sake.c.
Definition at line 442 of file eap_sake.c.
static void* eap_sake_init | ( | struct eap_sm * | sm | ) | [static] |
Definition at line 73 of file eap_sake.c.
Definition at line 435 of file eap_sake.c.
static struct wpabuf* eap_sake_process | ( | struct eap_sm * | sm, | |
void * | priv, | |||
struct eap_method_ret * | ret, | |||
const struct wpabuf * | reqData | |||
) | [static, read] |
Definition at line 366 of file eap_sake.c.
static struct wpabuf* eap_sake_process_challenge | ( | struct eap_sm * | sm, | |
struct eap_sake_data * | data, | |||
struct eap_method_ret * | ret, | |||
const struct wpabuf * | reqData, | |||
const u8 * | payload, | |||
size_t | payload_len | |||
) | [static, read] |
Definition at line 190 of file eap_sake.c.
static struct wpabuf* eap_sake_process_confirm | ( | struct eap_sm * | sm, | |
struct eap_sake_data * | data, | |||
struct eap_method_ret * | ret, | |||
const struct wpabuf * | reqData, | |||
const u8 * | payload, | |||
size_t | payload_len | |||
) | [static, read] |
Definition at line 290 of file eap_sake.c.
static struct wpabuf* eap_sake_process_identity | ( | struct eap_sm * | sm, | |
struct eap_sake_data * | data, | |||
struct eap_method_ret * | ret, | |||
const struct wpabuf * | reqData, | |||
const u8 * | payload, | |||
size_t | payload_len | |||
) | [static, read] |
Definition at line 146 of file eap_sake.c.
static void eap_sake_state | ( | struct eap_sake_data * | data, | |
int | state | |||
) | [static] |
Definition at line 61 of file eap_sake.c.
static const char* eap_sake_state_txt | ( | int | state | ) | [static] |
Definition at line 42 of file eap_sake.c.