Home | History | Annotate | Download | only in hostapd

Lines Matching defs:fname

1753 		const char *fname = ".hostapd_cli_history";
1754 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1;
1757 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);