Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:hfile

3477 static char *hfile = NULL;
3493 hfile = os_malloc(hfile_len);
3494 if (hfile)
3495 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
3499 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) {
3613 edit_deinit(hfile, wpa_cli_edit_filter_history_cb);
3614 os_free(hfile);