Searched refs:last_msg (Results 1 – 11 of 11) sorted by relevance
29 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()
164 if (wps->last_msg == NULL) { in wps_build_authenticator()173 addr[0] = wpabuf_head(wps->last_msg); in wps_build_authenticator()174 len[0] = wpabuf_len(wps->last_msg); in wps_build_authenticator()
500 wpabuf_free(wps->last_msg); in wps_enrollee_get_msg()501 wps->last_msg = wpabuf_dup(msg); in wps_enrollee_get_msg()1340 wpabuf_free(wps->last_msg); in wps_process_wsc_msg()1341 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
68 struct wpabuf *last_msg; member
180 wpabuf_free(data->last_msg); in wps_deinit()
2125 wpabuf_free(wps->last_msg); in wps_registrar_get_msg()2126 wps->last_msg = wpabuf_dup(msg); in wps_registrar_get_msg()3038 wpabuf_free(wps->last_msg); in wps_process_wsc_msg()3039 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
50 enum { LAST_MSG_SA_INIT, LAST_MSG_SA_AUTH } last_msg; member
797 data->last_msg = LAST_MSG_SA_INIT; in ikev2_responder_process()808 data->last_msg = LAST_MSG_SA_AUTH; in ikev2_responder_process()1183 if (data->last_msg == LAST_MSG_SA_AUTH) { in ikev2_build_notify()
79 struct radius_msg *last_msg; member470 radius_msg_free(sess->last_msg); in radius_server_session_free()1099 radius_msg_free(sess->last_msg); in radius_server_request()1100 sess->last_msg = msg; in radius_server_request()2143 if (s->eap == ctx && s->last_msg) { in radius_server_eap_pending_cb()2157 msg = sess->last_msg; in radius_server_eap_pending_cb()2158 sess->last_msg = NULL; in radius_server_eap_pending_cb()
561 static unsigned long last_msg;567 toks += now - last_msg;568 last_msg = now;
601 static unsigned long last_msg;607 toks += now - last_msg;608 last_msg = now;