Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dwpa_auth_ft.c1066 u32 msg_seq, msg_off, rkh_off; in wpa_ft_rrb_seq_chk() local
1098 msg_off = msg_seq - rkh_off; in wpa_ft_rrb_seq_chk()
1099 if (msg_off > 0xC0000000) in wpa_ft_rrb_seq_chk()
1102 if (msg_off <= 0x40000000) { in wpa_ft_rrb_seq_chk()
1136 u32 msg_seq, msg_off, min_off, rkh_off; in wpa_ft_rrb_seq_accept() local
1153 msg_off = rkh_seq->rx.last[i] - rkh_off; in wpa_ft_rrb_seq_accept()
1155 if (msg_off < min_off && i != rkh_seq->rx.offsetidx) in wpa_ft_rrb_seq_accept()