Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c902 struct ft_remote_seq *rkh_seq, int cb) in wpa_ft_rrb_seq_flush()
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()
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 in wpa_ft_rrb_seq_chk()
901 wpa_ft_rrb_seq_flush(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, int cb) wpa_ft_rrb_seq_flush() argument
925 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)) wpa_ft_rrb_seq_req() argument
1094 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) wpa_ft_rrb_seq_accept() argument
1135 wpa_ft_new_seq(struct ft_remote_seq *rkh_seq, struct ft_rrb_seq *f_seq) wpa_ft_new_seq() argument
4260 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) wpa_ft_rrb_rx_seq() argument
4388 struct ft_remote_seq *rkh_seq = NULL; wpa_ft_rrb_rx_seq_req() local
4459 struct ft_remote_seq *rkh_seq = NULL; wpa_ft_rrb_rx_seq_resp() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c901 struct ft_remote_seq *rkh_seq, int cb) in wpa_ft_rrb_seq_flush()
905 dl_list_for_each_safe(item, n, &rkh_seq->rx.queue, in wpa_ft_rrb_seq_flush()
925 struct ft_remote_seq *rkh_seq, const u8 *src_addr, in wpa_ft_rrb_seq_req()
949 if (dl_list_len(&rkh_seq->rx.queue) >= ftRRBmaxQueueLen) { in wpa_ft_rrb_seq_req()
997 dl_list_add(&rkh_seq->rx.queue, &item->list); in wpa_ft_rrb_seq_req()
1022 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, in wpa_ft_rrb_seq_chk() argument
1038 if (rkh_seq->rx.num_last == 0) { in wpa_ft_rrb_seq_chk()
1043 if (le_to_host32(msg_both->dom) != rkh_seq->rx.dom) { in wpa_ft_rrb_seq_chk()
1052 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
1061 rkh_off = rkh_seq in wpa_ft_rrb_seq_chk()
900 wpa_ft_rrb_seq_flush(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, int cb) wpa_ft_rrb_seq_flush() 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)) wpa_ft_rrb_seq_req() 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) wpa_ft_rrb_seq_accept() argument
1133 wpa_ft_new_seq(struct ft_remote_seq *rkh_seq, struct ft_rrb_seq *f_seq) wpa_ft_new_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) wpa_ft_rrb_rx_seq() argument
4160 struct ft_remote_seq *rkh_seq = NULL; wpa_ft_rrb_rx_seq_req() local
4227 struct ft_remote_seq *rkh_seq = NULL; wpa_ft_rrb_rx_seq_resp() local
[all...]

Completed in 9 milliseconds