Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:home

3538 	char *home, *hfile = NULL;
3542 home = getenv("HOME");
3543 if (home) {
3545 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1;
3548 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);