Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c900 struct ft_remote_seq *rkh_seq, int cb) in wpa_ft_rrb_seq_flush() argument
904 dl_list_for_each_safe(item, n, &rkh_seq->rx.queue, in wpa_ft_rrb_seq_flush()
924 struct ft_remote_seq *rkh_seq, const u8 *src_addr, in wpa_ft_rrb_seq_req() argument
948 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) { in wpa_ft_rrb_seq_req()
996 dl_list_add(&rkh_seq->rx.queue, &item->list); in wpa_ft_rrb_seq_req()
1021 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, in wpa_ft_rrb_seq_chk() argument
1037 if (rkh_seq->rx.num_last == 0) { in wpa_ft_rrb_seq_chk()
1042 if (le_to_host32(msg_both->dom) != rkh_seq->rx.dom) { in wpa_ft_rrb_seq_chk()
1051 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
1060 rkh_off = rkh_seq->rx.last[rkh_seq->rx.offsetidx]; in wpa_ft_rrb_seq_chk()
[all …]