#include <eapol_auth_sm.h>
Public Attributes | |
void(* | aaa_send )(void *ctx, void *sta_ctx, const u8 *data, size_t datalen) |
void(* | abort_auth )(void *ctx, void *sta_ctx) |
void(* | eapol_event )(void *ctx, void *sta_ctx, enum eapol_event type) |
void(* | eapol_send )(void *ctx, void *sta_ctx, u8 type, const u8 *data, size_t datalen) |
void(* | finished )(void *ctx, void *sta_ctx, int success, int preauth) |
int(* | get_eap_user )(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) |
void(* | logger )(void *ctx, const u8 *addr, eapol_logger_level level, const char *txt) |
void(* | set_port_authorized )(void *ctx, void *sta_ctx, int authorized) |
int(* | sta_entry_alive )(void *ctx, const u8 *addr) |
void(* | tx_key )(void *ctx, void *sta_ctx) |
Definition at line 59 of file eapol_auth_sm.h.
void(* eapol_auth_cb::aaa_send)(void *ctx, void *sta_ctx, const u8 *data, size_t datalen) |
Definition at line 62 of file eapol_auth_sm.h.
void(* eapol_auth_cb::abort_auth)(void *ctx, void *sta_ctx) |
Definition at line 71 of file eapol_auth_sm.h.
void(* eapol_auth_cb::eapol_event)(void *ctx, void *sta_ctx, enum eapol_event type) |
Definition at line 73 of file eapol_auth_sm.h.
void(* eapol_auth_cb::eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, size_t datalen) |
Definition at line 60 of file eapol_auth_sm.h.
void(* eapol_auth_cb::finished)(void *ctx, void *sta_ctx, int success, int preauth) |
Definition at line 64 of file eapol_auth_sm.h.
int(* eapol_auth_cb::get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, int phase2, struct eap_user *user) |
Definition at line 65 of file eapol_auth_sm.h.
void(* eapol_auth_cb::logger)(void *ctx, const u8 *addr, eapol_logger_level level, const char *txt) |
Definition at line 68 of file eapol_auth_sm.h.
void(* eapol_auth_cb::set_port_authorized)(void *ctx, void *sta_ctx, int authorized) |
Definition at line 70 of file eapol_auth_sm.h.
int(* eapol_auth_cb::sta_entry_alive)(void *ctx, const u8 *addr) |
Definition at line 67 of file eapol_auth_sm.h.
void(* eapol_auth_cb::tx_key)(void *ctx, void *sta_ctx) |
Definition at line 72 of file eapol_auth_sm.h.