Searched defs:cred_tail (Results 1 - 1 of 1) sorted by last modified time

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c359 struct wpa_cred *cred, *cred_tail, *cred_head; local
378 cred_tail = cred_head = config->cred;
379 while (cred_tail && cred_tail->next)
380 cred_tail = cred_tail->next;
422 cred_head = cred_tail = cred;
424 cred_tail->next = cred;
425 cred_tail = cred;

Completed in 123 milliseconds