Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:last

1956 	struct wpa_interface_info *iface = NULL, *last = NULL, *tmp;
1967 if (last == NULL)
1968 iface = last = tmp;
1970 last->next = tmp;
1971 while (last->next)
1972 last = last->next;