Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dhostapd_cli.c1987 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in hostapd_cli_interactive() local
1988 hfile = os_malloc(hfile_len); in hostapd_cli_interactive()
1990 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in hostapd_cli_interactive()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c4522 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in start_edit() local
4523 hfile = os_malloc(hfile_len); in start_edit()
4525 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in start_edit()