Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1052 struct os_reltime now_remote; in wpa_ft_rrb_seq_chk() local
1054 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
1055 msg_ts_now_remote = now_remote.sec; in wpa_ft_rrb_seq_chk()
4461 struct os_reltime now, now_remote; in wpa_ft_rrb_rx_seq_resp() local
4524 now_remote.sec = le_to_host32(msg_both->ts); in wpa_ft_rrb_rx_seq_resp()
4525 now_remote.usec = 0; in wpa_ft_rrb_rx_seq_resp()
4537 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()