Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:hfile

3538 	char *home, *hfile = NULL;
3546 hfile = os_malloc(hfile_len);
3547 if (hfile)
3548 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
3553 wpa_cli_edit_completion_cb, NULL, hfile);
3561 edit_deinit(hfile, wpa_cli_edit_filter_history_cb);
3562 os_free(hfile);