Searched refs:pending_phase2_eap_resp (Results 1 – 1 of 1) sorted by relevance
40 struct wpabuf *pending_phase2_eap_resp; member367 wpabuf_free(data->pending_phase2_eap_resp); in eap_ttls_reset()908 wpabuf_free(data->pending_phase2_eap_resp); in eap_ttls_process_phase2_eap_response()909 data->pending_phase2_eap_resp = wpabuf_dup(&buf); in eap_ttls_process_phase2_eap_response()1014 if (data->pending_phase2_eap_resp) { in eap_ttls_process_phase2()1018 sm, data, wpabuf_head(data->pending_phase2_eap_resp), in eap_ttls_process_phase2()1019 wpabuf_len(data->pending_phase2_eap_resp)); in eap_ttls_process_phase2()1020 wpabuf_free(data->pending_phase2_eap_resp); in eap_ttls_process_phase2()1021 data->pending_phase2_eap_resp = NULL; in eap_ttls_process_phase2()