Searched refs:tsend (Results 1 – 1 of 1) sorted by relevance
1523 os_time_t tsend; in wpa_ft_rrb_rx_push() local1559 tsend = WPA_GET_LE32(f.timestamp); in wpa_ft_rrb_rx_push()1560 if ((now.sec > tsend && now.sec - tsend > 60) || in wpa_ft_rrb_rx_push()1561 (now.sec < tsend && tsend - now.sec > 60)) { in wpa_ft_rrb_rx_push()1564 (int) tsend, (int) now.sec); in wpa_ft_rrb_rx_push()