Home
last modified time | relevance | path

Searched refs:msg_seq (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
1096 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_chk()
1098 msg_off = msg_seq - rkh_off; in wpa_ft_rrb_seq_chk()
1104 if (rkh_seq->rx.last[i] == msg_seq) in wpa_ft_rrb_seq_chk()
1136 u32 msg_seq, msg_off, min_off, rkh_off; in wpa_ft_rrb_seq_accept() local
1143 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_seq_accept()
1146 rkh_seq->rx.last[rkh_seq->rx.num_last] = msg_seq; in wpa_ft_rrb_seq_accept()
1158 rkh_seq->rx.last[rkh_seq->rx.offsetidx] = msg_seq; in wpa_ft_rrb_seq_accept()
4649 u32 msg_dom, msg_seq; in wpa_ft_rrb_rx_seq_resp() local
4708 msg_seq = le_to_host32(msg_both->seq); in wpa_ft_rrb_rx_seq_resp()
[all …]