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_i.h 158 * has_reauth_data - Whether method is ready for fast reauthentication
167 Boolean (*has_reauth_data)(struct eap_sm *sm, void *priv); member in struct:eap_method
eap_tls.c 344 eap->has_reauth_data = eap_tls_has_reauth_data;
374 eap->has_reauth_data = eap_tls_has_reauth_data;
eap.c 145 if (sm->fast_reauth && sm->m && sm->m->has_reauth_data &&
146 sm->m->has_reauth_data(sm, sm->eap_method_priv) &&
276 sm->m->has_reauth_data &&
277 sm->m->has_reauth_data(sm, sm->eap_method_priv)) {
    [all...]
eap_aka.c     [all...]
eap_peap.c     [all...]
eap_sim.c 1145 eap->has_reauth_data = eap_sim_has_reauth_data;
eap_ttls.c     [all...]
eap_fast.c     [all...]

Completed in 52 milliseconds