Home
last modified time | relevance | path

Searched refs:pending_phase2_eap_resp (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_ttls.c40 struct wpabuf *pending_phase2_eap_resp; member
367 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_ttls.c40 struct wpabuf *pending_phase2_eap_resp; member
367 wpabuf_free(data->pending_phase2_eap_resp); in eap_ttls_reset()
912 wpabuf_free(data->pending_phase2_eap_resp); in eap_ttls_process_phase2_eap_response()
913 data->pending_phase2_eap_resp = wpabuf_dup(&buf); in eap_ttls_process_phase2_eap_response()
1022 if (data->pending_phase2_eap_resp) { in eap_ttls_process_phase2()
1026 sm, data, wpabuf_head(data->pending_phase2_eap_resp), in eap_ttls_process_phase2()
1027 wpabuf_len(data->pending_phase2_eap_resp)); in eap_ttls_process_phase2()
1028 wpabuf_free(data->pending_phase2_eap_resp); in eap_ttls_process_phase2()
1029 data->pending_phase2_eap_resp = NULL; in eap_ttls_process_phase2()

Completed in 5 milliseconds