Home
last modified time | relevance | path

Searched refs:waiting_ext_cert_check (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_tls.c221 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_tls_process()
229 sm->waiting_ext_cert_check = 0; in eap_tls_process()
238 sm->waiting_ext_cert_check = 0; in eap_tls_process()
268 if (sm->waiting_ext_cert_check) { in eap_tls_process()
Deap_i.h370 unsigned int waiting_ext_cert_check:1; member
Deap_peap.c1013 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_peap_process()
1022 sm->waiting_ext_cert_check = 0; in eap_peap_process()
1032 sm->waiting_ext_cert_check = 0; in eap_peap_process()
1055 if (sm->waiting_ext_cert_check) { in eap_peap_process()
Deap_ttls.c1456 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_ttls_process_handshake()
1464 sm->waiting_ext_cert_check = 0; in eap_ttls_process_handshake()
1473 sm->waiting_ext_cert_check = 0; in eap_ttls_process_handshake()
1492 if (sm->waiting_ext_cert_check) { in eap_ttls_process_handshake()
Deap_fast.c1571 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_fast_process()
1580 sm->waiting_ext_cert_check = 0; in eap_fast_process()
1590 sm->waiting_ext_cert_check = 0; in eap_fast_process()
1612 if (sm->waiting_ext_cert_check) { in eap_fast_process()
Deap.c329 sm->waiting_ext_cert_check = 0; in SM_STATE()
1858 sm->waiting_ext_cert_check = 1; in eap_peer_sm_tls_event()