Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/p2p/
Dp2p.c111 struct os_reltime rx_time; in test_send() local
115 os_memset(&rx_time, 0, sizeof(rx_time)); in test_send()
117 &rx_time, 0, ctx->data, ctx->data_len); in test_send()
126 struct os_reltime rx_time; in test_send() local
130 os_memset(&rx_time, 0, sizeof(rx_time)); in test_send()
/hostap-latest/src/ap/
Ddpp_hostapd.c1546 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in hostapd_dpp_remove_pb_hash()
1553 info->rx_time.sec = 0; in hostapd_dpp_remove_pb_hash()
1554 info->rx_time.usec = 0; in hostapd_dpp_remove_pb_hash()
2596 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in hostapd_dpp_rx_pb_presence_announcement()
2602 info->rx_time = now; in hostapd_dpp_rx_pb_presence_announcement()
2608 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in hostapd_dpp_rx_pb_presence_announcement()
2611 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in hostapd_dpp_rx_pb_presence_announcement()
2615 tmp->rx_time.sec = 0; in hostapd_dpp_rx_pb_presence_announcement()
2616 tmp->rx_time.usec = 0; in hostapd_dpp_rx_pb_presence_announcement()
2637 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in hostapd_dpp_rx_pb_presence_announcement()
[all …]
Dsta_info.h69 struct os_reltime rx_time; member
Dieee802_1x.c1088 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
Dieee802_11.c6696 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
/hostap-latest/src/p2p/
Dp2p.c472 struct os_reltime *rx_time) in p2p_add_group_clients() argument
539 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_group_clients()
727 struct os_reltime *rx_time, int level, const u8 *ies, in p2p_add_device() argument
769 if (rx_time == NULL) { in p2p_add_device()
771 rx_time = &time_now; in p2p_add_device()
781 os_reltime_before(rx_time, &dev->last_seen) && in p2p_add_device()
783 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()
787 (unsigned int) rx_time->sec, in p2p_add_device()
788 (unsigned int) rx_time->usec, in p2p_add_device()
796 os_memcpy(&dev->last_seen, rx_time, sizeof(struct os_reltime)); in p2p_add_device()
[all …]
Dp2p_i.h874 struct os_reltime *rx_time, int level, const u8 *ies,
Dp2p.h1629 struct os_reltime *rx_time, int level, const u8 *ies,
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c2214 if (info->rx_time.sec == 0 && info->rx_time.usec == 0) in wpas_dpp_remove_pb_hash()
2221 info->rx_time.sec = 0; in wpas_dpp_remove_pb_hash()
2222 info->rx_time.usec = 0; in wpas_dpp_remove_pb_hash()
3558 if ((info->rx_time.sec == 0 && info->rx_time.usec == 0) || in wpas_dpp_rx_pb_presence_announcement()
3564 info->rx_time = now; in wpas_dpp_rx_pb_presence_announcement()
3570 if (tmp->rx_time.sec == 0 && tmp->rx_time.usec == 0) in wpas_dpp_rx_pb_presence_announcement()
3573 if (os_reltime_expired(&now, &tmp->rx_time, 120)) { in wpas_dpp_rx_pb_presence_announcement()
3577 tmp->rx_time.sec = 0; in wpas_dpp_rx_pb_presence_announcement()
3578 tmp->rx_time.usec = 0; in wpas_dpp_rx_pb_presence_announcement()
3599 if (os_reltime_before(&tmp->rx_time, &info->rx_time)) in wpas_dpp_rx_pb_presence_announcement()
[all …]
Dctrl_iface.c8809 info->rx_time.sec = 0; in wpa_supplicant_ctrl_iface_flush()
8810 info->rx_time.usec = 0; in wpa_supplicant_ctrl_iface_flush()
/hostap-latest/src/common/
Ddpp.h457 struct os_reltime rx_time; member
/hostap-latest/hostapd/
Dctrl_iface.c5108 info->rx_time.sec = 0; in hostapd_ctrl_iface_flush()
5109 info->rx_time.usec = 0; in hostapd_ctrl_iface_flush()