Searched refs:rx_time (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/tests/fuzzing/p2p/ |
D | p2p.c | 111 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/ |
D | dpp_hostapd.c | 1546 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 …]
|
D | sta_info.h | 69 struct os_reltime rx_time; member
|
D | ieee802_1x.c | 1088 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
|
D | ieee802_11.c | 6696 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()
|
/hostap-latest/src/p2p/ |
D | p2p.c | 472 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 …]
|
D | p2p_i.h | 874 struct os_reltime *rx_time, int level, const u8 *ies,
|
D | p2p.h | 1629 struct os_reltime *rx_time, int level, const u8 *ies,
|
/hostap-latest/wpa_supplicant/ |
D | dpp_supplicant.c | 2214 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 …]
|
D | ctrl_iface.c | 8809 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/ |
D | dpp.h | 457 struct os_reltime rx_time; member
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 5108 info->rx_time.sec = 0; in hostapd_ctrl_iface_flush() 5109 info->rx_time.usec = 0; in hostapd_ctrl_iface_flush()
|