Lines Matching refs:pending_phase2_req
61 struct wpabuf *pending_phase2_req; member
224 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_deinit()
1356 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_process_decrypted()
1357 data->pending_phase2_req = wpabuf_dup(in_decrypted); in eap_ttls_process_decrypted()
1399 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_implicit_identity_request()
1400 data->pending_phase2_req = wpabuf_alloc(0); in eap_ttls_implicit_identity_request()
1463 if (data->pending_phase2_req) { in eap_ttls_decrypt()
1469 in_decrypted = data->pending_phase2_req; in eap_ttls_decrypt()
1470 data->pending_phase2_req = NULL; in eap_ttls_decrypt()
1617 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_process_handshake()
1618 data->pending_phase2_req = *out_data; in eap_ttls_process_handshake()
1744 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_deinit_for_reauth()
1745 data->pending_phase2_req = NULL; in eap_ttls_deinit_for_reauth()