Home
last modified time | relevance | path

Searched refs:pending_resp (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/eap_peer/
Deap_tls.c28 struct wpabuf *pending_resp; member
153 wpabuf_free(data->pending_resp); in eap_tls_deinit()
251 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_tls_process()
257 resp = data->pending_resp; in eap_tls_process()
258 data->pending_resp = NULL; in eap_tls_process()
301 wpabuf_free(data->pending_resp); in eap_tls_process()
302 data->pending_resp = resp; in eap_tls_process()
342 wpabuf_free(data->pending_resp); in eap_tls_deinit_for_reauth()
343 data->pending_resp = NULL; in eap_tls_deinit_for_reauth()
Deap_peap.c62 struct wpabuf *pending_resp; member
205 wpabuf_clear_free(data->pending_resp); in eap_peap_deinit()
1070 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_peap_process()
1077 resp = data->pending_resp; in eap_peap_process()
1078 data->pending_resp = NULL; in eap_peap_process()
1115 wpabuf_clear_free(data->pending_resp); in eap_peap_process()
1116 data->pending_resp = resp; in eap_peap_process()
1250 wpabuf_clear_free(data->pending_resp); in eap_peap_deinit_for_reauth()
1251 data->pending_resp = NULL; in eap_peap_deinit_for_reauth()
Deap_ttls.c62 struct wpabuf *pending_resp; member
225 wpabuf_clear_free(data->pending_resp); in eap_ttls_deinit()
1544 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_ttls_process_handshake()
1550 *out_data = data->pending_resp; in eap_ttls_process_handshake()
1551 data->pending_resp = NULL; in eap_ttls_process_handshake()
1583 wpabuf_clear_free(data->pending_resp); in eap_ttls_process_handshake()
1584 data->pending_resp = *out_data; in eap_ttls_process_handshake()
1746 wpabuf_clear_free(data->pending_resp); in eap_ttls_deinit_for_reauth()
1747 data->pending_resp = NULL; in eap_ttls_deinit_for_reauth()
Deap_fast.c70 struct wpabuf *pending_resp; member
254 wpabuf_clear_free(data->pending_resp); in eap_fast_deinit()
1582 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_fast_process()
1589 resp = data->pending_resp; in eap_fast_process()
1590 data->pending_resp = NULL; in eap_fast_process()
1626 wpabuf_clear_free(data->pending_resp); in eap_fast_process()
1627 data->pending_resp = resp; in eap_fast_process()
1699 wpabuf_clear_free(data->pending_resp);
1700 data->pending_resp = NULL;
Deap_teap.c72 struct wpabuf *pending_resp; member
241 wpabuf_free(data->pending_resp); in eap_teap_clear()
242 data->pending_resp = NULL; in eap_teap_clear()
1892 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_teap_process()
1899 resp = data->pending_resp; in eap_teap_process()
1900 data->pending_resp = NULL; in eap_teap_process()
1936 wpabuf_free(data->pending_resp); in eap_teap_process()
1937 data->pending_resp = resp; in eap_teap_process()