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

  /external/wpa_supplicant/
eap_i.h 165 * has_reauth_data - Whether method is ready for fast reauthentication
174 Boolean (*has_reauth_data)(struct eap_sm *sm, void *priv); member in struct:eap_method
eap_tls.c 280 eap->has_reauth_data = eap_tls_has_reauth_data;
eap.c 108 if (sm->fast_reauth && sm->m && sm->m->has_reauth_data &&
109 sm->m->has_reauth_data(sm, sm->eap_method_priv)) {
216 sm->m->has_reauth_data &&
217 sm->m->has_reauth_data(sm, sm->eap_method_priv)) {
    [all...]
eap_aka.c 924 eap->has_reauth_data = eap_aka_has_reauth_data;
eap_peap.c 887 eap->has_reauth_data = eap_peap_has_reauth_data;
eap_sim.c 993 eap->has_reauth_data = eap_sim_has_reauth_data;
eap_fast.c     [all...]
eap_ttls.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_i.h 164 * has_reauth_data - Whether method is ready for fast reauthentication
173 Boolean (*has_reauth_data)(struct eap_sm *sm, void *priv); member in struct:eap_method
eap_tls.c 280 eap->has_reauth_data = eap_tls_has_reauth_data;
eap.c 136 if (sm->fast_reauth && sm->m && sm->m->has_reauth_data &&
137 sm->m->has_reauth_data(sm, sm->eap_method_priv) &&
245 sm->m->has_reauth_data &&
246 sm->m->has_reauth_data(sm, sm->eap_method_priv)) {
    [all...]
eap_aka.c     [all...]
eap_peap.c     [all...]
eap_sim.c 1092 eap->has_reauth_data = eap_sim_has_reauth_data;
eap_fast.c     [all...]
eap_ttls.c     [all...]

Completed in 864 milliseconds