Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.c164 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()
Dwps_enrollee.c500 wpabuf_free(wps->last_msg); in wps_enrollee_get_msg()
501 wps->last_msg = wpabuf_dup(msg); in wps_enrollee_get_msg()
1339 wpabuf_free(wps->last_msg); in wps_process_wsc_msg()
1340 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
Dwps_i.h68 struct wpabuf *last_msg; member
Dwps.c176 wpabuf_free(data->last_msg); in wps_deinit()
Dwps_registrar.c2114 wpabuf_free(wps->last_msg); in wps_registrar_get_msg()
2115 wps->last_msg = wpabuf_dup(msg); in wps_registrar_get_msg()
3007 wpabuf_free(wps->last_msg); in wps_process_wsc_msg()
3008 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.h50 enum { LAST_MSG_SA_INIT, LAST_MSG_SA_AUTH } last_msg; member
Dikev2.c797 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()
/external/libvncserver/x11vnc/
Dxdamage.c467 static double last_msg = 0.0; in collect_xdamage() local
471 if (dnow() > last_msg + xdamage_crazy_delay) { in collect_xdamage()
473 last_msg = dnow(); in collect_xdamage()
Dxevents.c1106 static time_t last_msg = 0; in check_autorepeat() local
1108 if (now > last_msg + idle_timeout && cnt++ < 10) { in check_autorepeat()
1111 last_msg = now; in check_autorepeat()
1163 static time_t last_msg = 0; in check_autorepeat() local
1165 if (now > last_msg + idle_timeout && cnt++ < 10) { in check_autorepeat()
1168 last_msg = now; in check_autorepeat()
/external/wpa_supplicant_8/src/radius/
Dradius_server.c79 struct radius_msg *last_msg; member
468 radius_msg_free(sess->last_msg); in radius_server_session_free()
1096 radius_msg_free(sess->last_msg); in radius_server_request()
1097 sess->last_msg = msg; in radius_server_request()
2139 if (s->eap == ctx && s->last_msg) { in radius_server_eap_pending_cb()
2153 msg = sess->last_msg; in radius_server_eap_pending_cb()
2154 sess->last_msg = NULL; in radius_server_eap_pending_cb()
/external/selinux/libselinux/src/
Davc.c601 static unsigned long last_msg;
607 toks += now - last_msg;
608 last_msg = now;
/external/libselinux/src/
Davc.c561 static unsigned long last_msg;
567 toks += now - last_msg;
568 last_msg = now;