Home | History | Annotate | Download | only in hostapd

Lines Matching defs:tail

219 	struct hostapd_eap_user *user = NULL, *tail = NULL;
496 if (tail == NULL) {
497 tail = conf->eap_user = user;
499 tail->next = user;
500 tail = user;