Searched defs:cred_head (Results 1 - 1 of 1) sorted by path

/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;
421 if (cred_head == NULL) {
422 cred_head = cred_tail = cred;
449 config->cred = cred_head;

Completed in 204 milliseconds