Home
last modified time | relevance | path

Searched refs:hfile_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c2137 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in hostapd_cli_interactive() local
2138 hfile = os_malloc(hfile_len); in hostapd_cli_interactive()
2140 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in hostapd_cli_interactive()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c4718 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in start_edit() local
4719 hfile = os_malloc(hfile_len); in start_edit()
4721 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in start_edit()