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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c901 struct ft_remote_seq *rkh_seq, int cb)
905 dl_list_for_each_safe(item, n, &rkh_seq->rx.queue,
925 struct ft_remote_seq *rkh_seq, const u8 *src_addr,
949 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) {
997 dl_list_add(&rkh_seq->rx.queue, &item->list);
1022 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, argument
1038 if (rkh_seq->rx.num_last == 0) {
1043 if (le_to_host32(msg_both->dom) != rkh_seq->rx.dom) {
1052 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote);
1061 rkh_off = rkh_seq
900 wpa_ft_rrb_seq_flush(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, int cb) argument
924 wpa_ft_rrb_seq_req(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *f_r0kh_id, size_t f_r0kh_id_len, const u8 *f_r1kh_id, const u8 *key, size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) argument
1092 wpa_ft_rrb_seq_accept(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *auth, size_t auth_len, const char *msgtype) argument
1133 wpa_ft_new_seq(struct ft_remote_seq *rkh_seq, struct ft_rrb_seq *f_seq) argument
4032 wpa_ft_rrb_rx_seq(struct wpa_authenticator *wpa_auth, const u8 *src_addr, int type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, struct ft_remote_seq **rkh_seq, u8 **key, size_t *key_len, struct ft_remote_r0kh **r0kh_out, struct ft_remote_r1kh **r1kh_out, struct ft_remote_r0kh **r0kh_wildcard_out, struct ft_remote_r1kh **r1kh_wildcard_out) argument
4160 struct ft_remote_seq *rkh_seq = NULL; local
4227 struct ft_remote_seq *rkh_seq = NULL; local
[all...]

Completed in 159 milliseconds