Home
last modified time | relevance | path

Searched refs:last_msg (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/wps/
Dwps_attr_process.c29 if (wps->last_msg == NULL) { in wps_process_authenticator()
38 addr[0] = wpabuf_head(wps->last_msg); in wps_process_authenticator()
39 len[0] = wpabuf_len(wps->last_msg); in wps_process_authenticator()
Dwps_attr_build.c165 if (wps->last_msg == NULL) { in wps_build_authenticator()
174 addr[0] = wpabuf_head(wps->last_msg); in wps_build_authenticator()
175 len[0] = wpabuf_len(wps->last_msg); in wps_build_authenticator()
Dwps_enrollee.c505 wpabuf_free(wps->last_msg); in wps_enrollee_get_msg()
506 wps->last_msg = wpabuf_dup(msg); in wps_enrollee_get_msg()
1354 wpabuf_free(wps->last_msg); in wps_process_wsc_msg()
1355 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
Dwps_i.h68 struct wpabuf *last_msg; member
Dwps.c179 wpabuf_free(data->last_msg); in wps_deinit()
Dwps_registrar.c2190 wpabuf_free(wps->last_msg); in wps_registrar_get_msg()
2191 wps->last_msg = wpabuf_dup(msg); in wps_registrar_get_msg()
3104 wpabuf_free(wps->last_msg); in wps_process_wsc_msg()
3105 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
/hostap-latest/src/eap_peer/
Dikev2.h50 enum { LAST_MSG_SA_INIT, LAST_MSG_SA_AUTH } last_msg; member
Dikev2.c798 data->last_msg = LAST_MSG_SA_INIT; in ikev2_responder_process()
809 data->last_msg = LAST_MSG_SA_AUTH; in ikev2_responder_process()
1184 if (data->last_msg == LAST_MSG_SA_AUTH) { in ikev2_build_notify()
/hostap-latest/src/radius/
Dradius_server.c80 struct radius_msg *last_msg; member
392 radius_msg_free(sess->last_msg); in radius_server_session_free()
1468 radius_msg_free(sess->last_msg); in radius_server_request()
1469 sess->last_msg = msg; in radius_server_request()
2627 if (s->eap == ctx && s->last_msg) { in radius_server_eap_pending_cb()
2641 msg = sess->last_msg; in radius_server_eap_pending_cb()
2642 sess->last_msg = NULL; in radius_server_eap_pending_cb()