HomeSort by relevance Sort by last modified time
    Searched refs:xml_node_create (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/utils/
xml-utils.c 240 tnds = xml_node_create(ctx, out, NULL, "Node");
266 node = xml_node_create(ctx, parent, NULL, "RTProperties");
269 node = xml_node_create(ctx, node, NULL, "Type");
292 node = xml_node_create(ctx, root, NULL, "Node");
374 xml_node_create(ctx, parent, NULL, nodename);
453 body = xml_node_create(ctx, envelope, ns, "Body");
xml-utils.h 34 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
xml_libxml2.c 279 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, function
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 101 node = xml_node_create(ctx->xml, parent, NULL, element);
117 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr");
142 node = xml_node_create(ctx->xml, parent, NULL, "Alert");
158 node = xml_node_create(ctx->xml, parent, NULL, "Status");
183 node = xml_node_create(ctx->xml, parent, NULL, "Results");
225 item = xml_node_create(ctx->xml, parent, NULL, "Item");
227 node = xml_node_create(ctx->xml, item, NULL, "Meta");
249 replace = xml_node_create(ctx->xml, parent, NULL, "Replace");
281 item = xml_node_create(ctx->xml, node, NULL, "Item");
283 node = xml_node_create(ctx->xml, item, NULL, "Meta")
    [all...]
spp_client.c 874 node = xml_node_create(ctx->xml, spp_node, ns, "sppError");
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 479 node = xml_node_create(ctx->xml, parent, NULL, "EAPMethod");
497 node = xml_node_create(ctx->xml, parent, NULL, "UsernamePassword");
590 cert = xml_node_create(ctx->xml, cred, NULL, "DigitalCertificate");
621 node = xml_node_create(ctx->xml, spp_node, ns, "sppError");
805 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec");
1115 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec");
1117 node = xml_node_create(ctx->xml, exec_node, ns, "uploadMO");
1145 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec");
1206 c = xml_node_create(ctx->xml, pps, NULL, "Credential1");
1210 aaa = xml_node_create(ctx->xml, c, NULL, "AAAServerTrustRoot")
    [all...]

Completed in 120 milliseconds