Searched refs:node_to_file (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/wpa/src/utils/ |
H A D | xml-utils.h | 89 int node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node);
|
H A D | xml-utils.c | 169 int node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) in node_to_file() function
|
/freebsd-src/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 673 if (node_to_file(ctx->xml, fname, mo) < 0) { in hs20_add_pps_mo() 1962 node_to_file(ctx->xml, out_fname, node); in cmd_to_tnds() 1983 node_to_file(ctx->xml, out_fname, mo); in cmd_from_tnds()
|