eap_wsc.c File Reference
#include "includes.h"
#include "common.h"
#include "uuid.h"
#include "eap_i.h"
#include "eap_common/eap_wsc_common.h"
#include "wps/wps.h"
#include "wps/wps_defs.h"
Go to the source code of this file.
Classes |
struct | eap_wsc_data |
Functions |
int | eap_peer_wsc_register (void) |
static struct wpabuf * | eap_wsc_build_msg (struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id) |
static void | eap_wsc_deinit (struct eap_sm *sm, void *priv) |
static void * | eap_wsc_init (struct eap_sm *sm) |
static int | eap_wsc_new_ap_settings (struct wps_credential *cred, const char *params) |
static struct wpabuf * | eap_wsc_process (struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) |
static int | eap_wsc_process_cont (struct eap_wsc_data *data, const u8 *buf, size_t len, u8 op_code) |
static struct wpabuf * | eap_wsc_process_fragment (struct eap_wsc_data *data, struct eap_method_ret *ret, u8 id, u8 flags, u8 op_code, u16 message_length, const u8 *buf, size_t len) |
static void | eap_wsc_state (struct eap_wsc_data *data, int state) |
static const char * | eap_wsc_state_txt (int state) |
Function Documentation
int eap_peer_wsc_register |
( |
void |
|
) |
|
static void eap_wsc_deinit |
( |
struct eap_sm * |
sm, |
|
|
void * |
priv | |
|
) |
| | [static] |
static void* eap_wsc_init |
( |
struct eap_sm * |
sm |
) |
[static] |
static int eap_wsc_new_ap_settings |
( |
struct wps_credential * |
cred, |
|
|
const char * |
params | |
|
) |
| | [static] |
static int eap_wsc_process_cont |
( |
struct eap_wsc_data * |
data, |
|
|
const u8 * |
buf, |
|
|
size_t |
len, |
|
|
u8 |
op_code | |
|
) |
| | [static] |
static void eap_wsc_state |
( |
struct eap_wsc_data * |
data, |
|
|
int |
state | |
|
) |
| | [static] |
static const char* eap_wsc_state_txt |
( |
int |
state |
) |
[static] |