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.c1014 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_peap_process()
1023 sm->waiting_ext_cert_check = 0; in eap_peap_process()
1033 sm->waiting_ext_cert_check = 0; in eap_peap_process()
1056 if (sm->waiting_ext_cert_check) { in eap_peap_process()
Deap_ttls.c1458 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_ttls_process_handshake()
1466 sm->waiting_ext_cert_check = 0; in eap_ttls_process_handshake()
1475 sm->waiting_ext_cert_check = 0; in eap_ttls_process_handshake()
1494 if (sm->waiting_ext_cert_check) { in eap_ttls_process_handshake()
Deap_fast.c1572 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_fast_process()
1581 sm->waiting_ext_cert_check = 0; in eap_fast_process()
1591 sm->waiting_ext_cert_check = 0; in eap_fast_process()
1613 if (sm->waiting_ext_cert_check) { in eap_fast_process()
Deap.c329 sm->waiting_ext_cert_check = 0; in SM_STATE()
1873 sm->waiting_ext_cert_check = 1; in eap_peer_sm_tls_event()