Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:home

1661 	char *home, *hfile = NULL;
1668 home = getenv("HOME");
1669 if (home) {
1671 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1;
1675 res = os_snprintf(hfile, hfile_len, "%s/%s", home,