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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c1304 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; local
1312 r0kh_next = r0kh->next;
1316 r0kh_prev->next = r0kh_next;
1318 *wpa_auth->conf.r0kh_list = r0kh_next;
1323 r0kh = r0kh_next;
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c1304 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; local
1312 r0kh_next = r0kh->next;
1316 r0kh_prev->next = r0kh_next;
1318 *wpa_auth->conf.r0kh_list = r0kh_next;
1323 r0kh = r0kh_next;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c1304 struct ft_remote_r0kh *r0kh, *r0kh_next, *r0kh_prev = NULL; local
1312 r0kh_next = r0kh->next;
1316 r0kh_prev->next = r0kh_next;
1318 *wpa_auth->conf.r0kh_list = r0kh_next;
1323 r0kh = r0kh_next;

Completed in 130 milliseconds