OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_reauth_data
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_tls.c
344
eap->
has_reauth_data
= eap_tls_has_reauth_data;
374
eap->
has_reauth_data
= eap_tls_has_reauth_data;
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.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_sim.c
1145
eap->
has_reauth_data
= eap_sim_has_reauth_data;
eap_fast.c
[
all
...]
eap_peap.c
[
all
...]
eap_ttls.c
[
all
...]
Completed in 659 milliseconds