Data Fields | |
void(* | eapol_send )(void *ctx, void *sta_ctx, u8 type, const u8 *data, size_t datalen) |
void(* | aaa_send )(void *ctx, void *sta_ctx, 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) |
int(* | sta_entry_alive )(void *ctx, const u8 *addr) |
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) |
void(* | abort_auth )(void *ctx, void *sta_ctx) |
void(* | tx_key )(void *ctx, void *sta_ctx) |
Definition at line 67 of file eapol_sm.h.