Searched refs:in_fname (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 1833 static void cmd_to_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_to_tnds() argument 1838 mo = node_from_file(ctx->xml, in_fname); in cmd_to_tnds() 1840 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_to_tnds() 1854 static void cmd_from_tnds(struct hs20_osu_client *ctx, const char *in_fname, in cmd_from_tnds() argument 1859 tnds = node_from_file(ctx->xml, in_fname); in cmd_from_tnds() 1861 wpa_printf(MSG_INFO, "Could not read or parse '%s'", in_fname); in cmd_from_tnds()
|