Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A 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()
H A 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()
H A 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()
H A Dwps_i.h68 struct wpabuf *last_msg; member
H A Dwps.c179 wpabuf_free(data->last_msg); in wps_deinit()
H A 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()
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.h50 enum { LAST_MSG_SA_INIT, LAST_MSG_SA_AUTH } last_msg; member
H A 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()
/freebsd/sys/dev/iicbus/controller/rockchip/
H A Drk_i2c.c480 bool last_msg; in rk_i2c_transfer() local
562 last_msg = (i >= nmsgs - 1) || in rk_i2c_transfer()
564 rk_i2c_start_xfer(sc, msgs + i, last_msg); in rk_i2c_transfer()
/freebsd/contrib/wpa/src/radius/
H A 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()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c5036 u_long last_msg; /* last message received */ member
5231 if (current_time > t->last_msg + TRIMBLETSIP_IDLE_TIME) in trimble_check()
5310 t->last_msg = current_time; in trimbletsip_init()
5495 tr->last_msg = current_time; in trimbletsip_message()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h1685 u8 last_msg; member
H A Dmt76_connac_mcu.c2239 tx_power_tlv.last_msg = ch_list[idx] == last_ch; in mt76_connac_mcu_rate_txpower_band()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c4684 u_int last_msg; in ahd_handle_msg_reject() local
4693 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject()
4832 last_msg); in ahd_handle_msg_reject()