Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:hfile_len

3545 		int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1;
3546 hfile = os_malloc(hfile_len);
3548 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);