eap_method::has_reauth_data field
has_reauth_data - Whether method is ready for fast reauthentication @sm: Pointer to EAP state machine allocated with eap_peer_sm_init() @priv: Pointer to private EAP method data from eap_method::init() Returns: %TRUE or %FALSE based on whether fast reauthentication is possible This function is an optional handler that only EAP methods supporting fast re-authentication need to implement.
Syntax
bool (*has_reauth_data)(struct eap_sm *sm, void *priv);