HomeSort by relevance Sort by last modified time
    Searched refs:has_reauth_data (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_tls.c 406 eap->has_reauth_data = eap_tls_has_reauth_data;
432 eap->has_reauth_data = eap_tls_has_reauth_data;
460 eap->has_reauth_data = eap_tls_has_reauth_data;
eap_i.h 159 * has_reauth_data - Whether method is ready for fast reauthentication
168 Boolean (*has_reauth_data)(struct eap_sm *sm, void *priv); member in struct:eap_method
eap.c 157 if (sm->fast_reauth && sm->m && sm->m->has_reauth_data &&
158 sm->m->has_reauth_data(sm, sm->eap_method_priv) &&
300 sm->m->has_reauth_data &&
301 sm->m->has_reauth_data(sm, sm->eap_method_priv)) {
    [all...]
eap_aka.c     [all...]
eap_peap.c     [all...]
eap_sim.c     [all...]
eap_fast.c     [all...]
eap_ttls.c     [all...]

Completed in 56 milliseconds