Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dwpa_auth_ft.c902 struct ft_remote_seq *rkh_seq, int cb) in wpa_ft_rrb_seq_flush() argument
906 dl_list_for_each_safe(item, n, &rkh_seq->rx.queue, in wpa_ft_rrb_seq_flush()
926 struct ft_remote_seq *rkh_seq, const u8 *src_addr, in wpa_ft_rrb_seq_req() argument
950 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) { in wpa_ft_rrb_seq_req()
999 dl_list_add(&rkh_seq->rx.queue, &item->list); in wpa_ft_rrb_seq_req()
1024 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, in wpa_ft_rrb_seq_chk() argument
1040 if (rkh_seq->rx.num_last == 0) { in wpa_ft_rrb_seq_chk()
1045 if (le_to_host32(msg_both->dom) != rkh_seq->rx.dom) { in wpa_ft_rrb_seq_chk()
1054 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
1063 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx]; in wpa_ft_rrb_seq_chk()
[all …]