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