Searched refs:now_remote (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 1052 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 1050 struct os_reltime now_remote; in wpa_ft_rrb_seq_chk() local 1052 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk() 1053 msg_ts_now_remote = now_remote.sec; in wpa_ft_rrb_seq_chk() 4229 struct os_reltime now, now_remote; in wpa_ft_rrb_rx_seq_resp() local 4292 now_remote.sec = le_to_host32(msg_both->ts); in wpa_ft_rrb_rx_seq_resp() 4293 now_remote.usec = 0; in wpa_ft_rrb_rx_seq_resp() 4305 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()
|
Completed in 12 milliseconds