wpa_auth_ft.c | 994 static int wpa_ft_rrb_init_r0kh_seq(struct ft_remote_r0kh *r0kh) 996 if (r0kh->seq) 999 r0kh->seq = os_zalloc(sizeof(*r0kh->seq)); 1000 if (!r0kh->seq) { 1001 wpa_printf(MSG_DEBUG, "FT: Failed to allocate r0kh->seq"); 1005 dl_list_init(&r0kh->seq->rx.queue); 1016 struct ft_remote_r0kh *r0kh; local 1022 r0kh = *wpa_auth->conf.r0kh_list; 1024 r0kh = NULL 1115 struct ft_remote_r0kh *r0kh, *prev = NULL; local 1164 struct ft_remote_r0kh *r0kh; local 1271 struct ft_remote_r0kh *r0kh; local 1304 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; local 1357 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local 1403 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local 1522 const u8 *r0kh = sm->wpa_auth->conf.r0_key_holder; local 1974 const u8 *r0kh = sm->r0kh_id; local 2777 struct ft_remote_r0kh *r0kh, *r0kh_wildcard; local 3025 struct ft_remote_r0kh *r0kh = NULL; local 3205 struct ft_remote_r0kh *r0kh = NULL, *r0kh_wildcard = NULL; local [all...] |