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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1834 struct ft_remote_r1kh *r1kh, *r1kh_next, *r1kh_prev = NULL; local
1860 r1kh_next = r1kh->next;
1864 r1kh_prev->next = r1kh_next;
1866 *wpa_auth->conf.r1kh_list = r1kh_next;
1871 r1kh = r1kh_next;

Completed in 200 milliseconds