Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_tls.c28 struct wpabuf *pending_resp; member
146 wpabuf_free(data->pending_resp); in eap_tls_deinit()
244 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_tls_process()
250 resp = data->pending_resp; in eap_tls_process()
251 data->pending_resp = NULL; in eap_tls_process()
294 wpabuf_free(data->pending_resp); in eap_tls_process()
295 data->pending_resp = resp; in eap_tls_process()
334 wpabuf_free(data->pending_resp); in eap_tls_deinit_for_reauth()
335 data->pending_resp = NULL; in eap_tls_deinit_for_reauth()
H A Deap_peap.c62 struct wpabuf *pending_resp; member
190 wpabuf_clear_free(data->pending_resp); in eap_peap_deinit()
1017 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_peap_process()
1024 resp = data->pending_resp; in eap_peap_process()
1025 data->pending_resp = NULL; in eap_peap_process()
1062 wpabuf_clear_free(data->pending_resp); in eap_peap_process()
1063 data->pending_resp = resp; in eap_peap_process()
1183 wpabuf_clear_free(data->pending_resp); in eap_peap_deinit_for_reauth()
1184 data->pending_resp = NULL; in eap_peap_deinit_for_reauth()
H A Deap_ttls.c62 struct wpabuf *pending_resp; member
200 wpabuf_clear_free(data->pending_resp); in eap_ttls_deinit()
1475 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_ttls_process_handshake()
1481 *out_data = data->pending_resp; in eap_ttls_process_handshake()
1482 data->pending_resp = NULL; in eap_ttls_process_handshake()
1514 wpabuf_clear_free(data->pending_resp); in eap_ttls_process_handshake()
1515 data->pending_resp = *out_data; in eap_ttls_process_handshake()
1676 wpabuf_clear_free(data->pending_resp); in eap_ttls_deinit_for_reauth()
1677 data->pending_resp = NULL; in eap_ttls_deinit_for_reauth()
H A Deap_fast.c70 struct wpabuf *pending_resp; member
254 wpabuf_clear_free(data->pending_resp); in eap_fast_deinit()
1572 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_fast_process()
1579 resp = data->pending_resp; in eap_fast_process()
1580 data->pending_resp = NULL; in eap_fast_process()
1616 wpabuf_clear_free(data->pending_resp); in eap_fast_process()
1617 data->pending_resp = resp; in eap_fast_process()
1689 wpabuf_clear_free(data->pending_resp);
1690 data->pending_resp = NULL;
H A Deap_teap.c71 struct wpabuf *pending_resp; member
240 wpabuf_free(data->pending_resp); in eap_teap_clear()
241 data->pending_resp = NULL; in eap_teap_clear()
1773 if (sm->waiting_ext_cert_check && data->pending_resp) { in eap_teap_process()
1780 resp = data->pending_resp; in eap_teap_process()
1781 data->pending_resp = NULL; in eap_teap_process()
1817 wpabuf_free(data->pending_resp); in eap_teap_process()
1818 data->pending_resp = resp; in eap_teap_process()