eap_pax.c File Reference
#include "includes.h"
#include "common.h"
#include "eap_common/eap_pax_common.h"
#include "eap_i.h"
Go to the source code of this file.
Classes |
struct | eap_pax_data |
Functions |
static struct wpabuf * | eap_pax_alloc_resp (const struct eap_pax_hdr *req, u8 id, u8 op_code, size_t plen) |
static void | eap_pax_deinit (struct eap_sm *sm, void *priv) |
static u8 * | eap_pax_get_emsk (struct eap_sm *sm, void *priv, size_t *len) |
static u8 * | eap_pax_getKey (struct eap_sm *sm, void *priv, size_t *len) |
static void * | eap_pax_init (struct eap_sm *sm) |
static Boolean | eap_pax_isKeyAvailable (struct eap_sm *sm, void *priv) |
static struct wpabuf * | eap_pax_process (struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) |
static struct wpabuf * | eap_pax_process_std_1 (struct eap_pax_data *data, struct eap_method_ret *ret, u8 id, const struct eap_pax_hdr *req, size_t req_plen) |
static struct wpabuf * | eap_pax_process_std_3 (struct eap_pax_data *data, struct eap_method_ret *ret, u8 id, const struct eap_pax_hdr *req, size_t req_plen) |
int | eap_peer_pax_register (void) |
Function Documentation
static struct wpabuf* eap_pax_alloc_resp |
( |
const struct eap_pax_hdr * |
req, |
|
|
u8 |
id, |
|
|
u8 |
op_code, |
|
|
size_t |
plen | |
|
) |
| | [static, read] |
static void eap_pax_deinit |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |
static u8* eap_pax_get_emsk |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv, |
|
|
size_t * |
len | |
|
) |
| | [static] |
static u8* eap_pax_getKey |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv, |
|
|
size_t * |
len | |
|
) |
| | [static] |
static void* eap_pax_init |
( |
struct eap_sm * |
sm |
) |
[static] |
static Boolean eap_pax_isKeyAvailable |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |
int eap_peer_pax_register |
( |
void |
|
) |
|