|
struct eapol_authenticator * | eapol_auth_init (struct eapol_auth_config *conf, struct eapol_auth_cb *cb) |
|
void | eapol_auth_deinit (struct eapol_authenticator *eapol) |
|
struct eapol_state_machine * | eapol_auth_alloc (struct eapol_authenticator *eapol, const u8 *addr, int flags, const struct wpabuf *assoc_wps_ie, const struct wpabuf *assoc_p2p_ie, void *sta_ctx, const char *identity, const char *radius_cui) |
|
void | eapol_auth_free (struct eapol_state_machine *sm) |
|
void | eapol_auth_step (struct eapol_state_machine *sm) |
| Advance EAPOL state machines. More...
|
|
int | eapol_auth_dump_state (struct eapol_state_machine *sm, char *buf, size_t buflen) |
|
int | eapol_auth_eap_pending_cb (struct eapol_state_machine *sm, void *ctx) |
|
void | eapol_auth_reauthenticate (struct eapol_state_machine *sm) |
|
int | eapol_auth_set_conf (struct eapol_state_machine *sm, const char *param, const char *value) |
|
IEEE 802.1X-2004 Authenticator - EAPOL state machine.