Searched refs:rkh_off (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 | 1032 u32 msg_seq, msg_off, rkh_off; in wpa_ft_rrb_seq_chk() local 1063 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx]; in wpa_ft_rrb_seq_chk() 1064 msg_off = msg_seq - rkh_off; in wpa_ft_rrb_seq_chk() 1102 u32 msg_seq, msg_off, min_off, rkh_off; in wpa_ft_rrb_seq_accept() local 1117 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx]; in wpa_ft_rrb_seq_accept() 1119 msg_off = rkh_seq->rx.last[i] - rkh_off; in wpa_ft_rrb_seq_accept() 1120 min_off = rkh_seq->rx.last[minidx] - rkh_off; in wpa_ft_rrb_seq_accept()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 1030 u32 msg_seq, msg_off, rkh_off; in wpa_ft_rrb_seq_chk() local 1061 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx]; in wpa_ft_rrb_seq_chk() 1062 msg_off = msg_seq - rkh_off; in wpa_ft_rrb_seq_chk() 1100 u32 msg_seq, msg_off, min_off, rkh_off; in wpa_ft_rrb_seq_accept() local 1115 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx]; in wpa_ft_rrb_seq_accept() 1117 msg_off = rkh_seq->rx.last[i] - rkh_off; in wpa_ft_rrb_seq_accept() 1118 min_off = rkh_seq->rx.last[minidx] - rkh_off; in wpa_ft_rrb_seq_accept()
|
Completed in 12 milliseconds