eap_method::init field
init - Initialize an EAP method @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() Returns: Pointer to allocated private data, or %NULL on failure This function is used to initialize the EAP method explicitly instead of using METHOD_INIT state as specific in RFC 4137. The method is expected to initialize it method-specific state and return a pointer that will be used as the priv argument to other calls.
Syntax
void * (*init)(struct eap_sm *sm); eap_method::init is called by 4 functions:
![]()
eap_method::init
eap_method::init is written by 7 functions:
![]()
eap_method::init
eap_method::init implements 7 functionss:
![]()
eap_method::init