HomeSort by relevance Sort by last modified time
    Searched full:cred_tail (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 368 struct wpa_cred *cred, *cred_tail, *cred_head; local
387 cred_tail = cred_head = config->cred;
388 while (cred_tail && cred_tail->next)
389 cred_tail = cred_tail->next;
431 cred_head = cred_tail = cred;
433 cred_tail->next = cred;
434 cred_tail = cred;
    [all...]

Completed in 59 milliseconds