Home
last modified time | relevance | path

Searched refs:rx_time (Results 1 – 12 of 12) sorted by relevance

/external/curl/lib/
Dtftp.c135 time_t rx_time; member
249 time(&state->rx_time); in tftp_set_timeouts()
632 time(&state->rx_time); in tftp_rx()
652 time(&state->rx_time); in tftp_rx()
757 time(&state->rx_time); in tftp_tx()
1213 if(current > state->rx_time + state->retry_time) { in tftp_state_timeout()
1216 time(&state->rx_time); /* update even though we received nothing */ in tftp_state_timeout()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c1539 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in hostapd_dpp_remove_pb_hash()
1546 info->rx_time.sec = 0; in hostapd_dpp_remove_pb_hash()
1547 info->rx_time.usec = 0; in hostapd_dpp_remove_pb_hash()
2587 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in hostapd_dpp_rx_pb_presence_announcement()
2593 info->rx_time = now; in hostapd_dpp_rx_pb_presence_announcement()
2599 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in hostapd_dpp_rx_pb_presence_announcement()
2602 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in hostapd_dpp_rx_pb_presence_announcement()
2606 tmp->rx_time.sec = 0; in hostapd_dpp_rx_pb_presence_announcement()
2607 tmp->rx_time.usec = 0; in hostapd_dpp_rx_pb_presence_announcement()
2628 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in hostapd_dpp_rx_pb_presence_announcement()
[all …]
Dsta_info.h68 struct os_reltime rx_time; member
Dieee802_1x.c1020 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
Dieee802_11.c5802 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c472 struct os_reltime *rx_time) in p2p_add_group_clients() argument
540 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients()
728 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() argument
770 if (rx_time == NULL) { in p2p_add_device()
772 rx_time = &time_now; in p2p_add_device()
782 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device()
784 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()
788 (unsigned int) rx_time->sec, in p2p_add_device()
789 (unsigned int) rx_time->usec, in p2p_add_device()
797 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_device()
[all …]
Dp2p_i.h884 struct os_reltime *rx_time, int level, const u8 *ies,
Dp2p.h1634 struct os_reltime *rx_time, int level, const u8 *ies,
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c2097 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in wpas_dpp_remove_pb_hash()
2104 info->rx_time.sec = 0; in wpas_dpp_remove_pb_hash()
2105 info->rx_time.usec = 0; in wpas_dpp_remove_pb_hash()
3448 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in wpas_dpp_rx_pb_presence_announcement()
3454 info->rx_time = now; in wpas_dpp_rx_pb_presence_announcement()
3460 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in wpas_dpp_rx_pb_presence_announcement()
3463 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in wpas_dpp_rx_pb_presence_announcement()
3467 tmp->rx_time.sec = 0; in wpas_dpp_rx_pb_presence_announcement()
3468 tmp->rx_time.usec = 0; in wpas_dpp_rx_pb_presence_announcement()
3489 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in wpas_dpp_rx_pb_presence_announcement()
[all …]
Dctrl_iface.c8765 info->rx_time.sec = 0; in wpa_supplicant_ctrl_iface_flush()
8766 info->rx_time.usec = 0; in wpa_supplicant_ctrl_iface_flush()
/external/wpa_supplicant_8/src/common/
Ddpp.h462 struct os_reltime rx_time; member
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c4336 info->rx_time.sec = 0; in hostapd_ctrl_iface_flush()
4337 info->rx_time.usec = 0; in hostapd_ctrl_iface_flush()