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.c239 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_tls_process()
247 sm->waiting_ext_cert_check = 0; in eap_tls_process()
256 sm->waiting_ext_cert_check = 0; in eap_tls_process()
286 if (sm->waiting_ext_cert_check) { in eap_tls_process()
Deap_peap.c1017 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_peap_process()
1026 sm->waiting_ext_cert_check = 0; in eap_peap_process()
1036 sm->waiting_ext_cert_check = 0; in eap_peap_process()
1059 if (sm->waiting_ext_cert_check) { in eap_peap_process()
Deap_i.h383 unsigned int waiting_ext_cert_check:1; member
Deap_ttls.c1475 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_ttls_process_handshake()
1483 sm->waiting_ext_cert_check = 0; in eap_ttls_process_handshake()
1492 sm->waiting_ext_cert_check = 0; in eap_ttls_process_handshake()
1511 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.c390 sm->waiting_ext_cert_check = 0; in SM_STATE()
2071 sm->waiting_ext_cert_check = 1; in eap_peer_sm_tls_event()