Lines Matching refs:rx_time
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()
2642 info->rx_time = now; in hostapd_dpp_rx_pb_presence_announcement()