Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1523 os_time_t tsend; in wpa_ft_rrb_rx_push() local
1559 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()