Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_cli.c1694 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in wpa_cli_interactive() local
1695 hfile = os_malloc(hfile_len); in wpa_cli_interactive()
1698 res = os_snprintf(hfile, hfile_len, "%s/%s", home, in wpa_cli_interactive()
1700 if (res >= 0 && res < hfile_len) { in wpa_cli_interactive()
1701 hfile[hfile_len - 1] = '\0'; in wpa_cli_interactive()
/external/wpa_supplicant/
Dwpa_cli.c1356 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in wpa_cli_interactive() local
1357 hfile = os_malloc(hfile_len); in wpa_cli_interactive()
1359 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in wpa_cli_interactive()
1360 hfile[hfile_len - 1] = '\0'; in wpa_cli_interactive()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c3110 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; in wpa_cli_interactive() local
3111 hfile = os_malloc(hfile_len); in wpa_cli_interactive()
3113 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in wpa_cli_interactive()