HomeSort by: relevance | last modified time | path
    Searched defs:hfile_len (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
hostapd_cli.c 2137 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; local
2138 hfile = os_malloc(hfile_len);
2140 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_cli.c 4739 int hfile_len = os_strlen(home) + 1 + os_strlen(fname) + 1; local
4740 hfile = os_malloc(hfile_len);
4742 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);

Completed in 30 milliseconds