HomeSort by: relevance | last modified time | path
    Searched defs:cred_tail (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_file.c 306 struct wpa_cred *cred, *cred_tail, *cred_head; local
325 cred_tail = cred_head = config->cred;
326 while (cred_tail && cred_tail->next)
327 cred_tail = cred_tail->next;
371 cred_head = cred_tail = cred;
373 cred_tail->next = cred;
374 cred_tail = cred;
config_file.c 306 struct wpa_cred *cred, *cred_tail, *cred_head; local
325 cred_tail = cred_head = config->cred;
326 while (cred_tail && cred_tail->next)
327 cred_tail = cred_tail->next;
371 cred_head = cred_tail = cred;
373 cred_tail->next = cred;
374 cred_tail = cred;

Completed in 46 milliseconds