eap_method::init_for_reauth field
init_for_reauth - Prepare for start of fast re-authentication @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() @priv: Pointer to private EAP method data from eap_method::init() This function is an optional handler that only EAP methods supporting fast re-authentication need to implement. This is called when EAP authentication is started and EAP state machine is requesting fast re-authentication to be used.
Syntax
void * (*init_for_reauth)(struct eap_sm *sm, void *priv); ![]()
void * (*init_for_reauth)(struct eap_sm *sm, void *priv);
eap_method::init_for_reauth is called by 2 functions:
![]()
eap_method::init_for_reauth
eap_method::init_for_reauth is written by 2 functions and is read by 2 functions:
![]()
eap_method::init_for_reauth
eap_method::init_for_reauth implements 2 functionss:
![]()
eap_method::init_for_reauth