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.c1086 struct os_reltime now_remote; in wpa_ft_rrb_seq_chk() local
1088 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
1089 msg_ts_now_remote = now_remote.sec; in wpa_ft_rrb_seq_chk()
4646 struct os_reltime now, now_remote; in wpa_ft_rrb_rx_seq_resp() local
4709 now_remote.sec = le_to_host32(msg_both->ts); in wpa_ft_rrb_rx_seq_resp()
4710 now_remote.usec = 0; in wpa_ft_rrb_rx_seq_resp()
4722 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()