Interface to call EAP sub mdoules. More...
#include <eap.h>
Data Fields | |
int(* | detach )(void *instance) |
Destroy an EAP submodule instance. More... | |
int(* | instantiate )(CONF_SECTION *conf, void **instance) |
Create a new submodule instance. More... | |
char const * | name |
The name of the sub-module (without rlm_ prefix). More... | |
eap_process_t | process |
Callback for processing the next eap_round_t of an eap_session_t. More... | |
eap_process_t | session_init |
Callback for creating a new eap_session_t. More... | |
int(* rlm_eap_module::detach)(void *instance) |
int(* rlm_eap_module::instantiate)(CONF_SECTION *conf, void **instance) |
char const* rlm_eap_module::name |
eap_process_t rlm_eap_module::process |
Callback for processing the next eap_round_t of an eap_session_t.
eap_process_t rlm_eap_module::session_init |
Callback for creating a new eap_session_t.