/external/wpa_supplicant_8/src/utils/ |
xml-utils.c | 284 root = xml_node_create_root(ctx, ns_uri, NULL, NULL, "MgmtTree"); 349 root = xml_node_create_root(ctx, NULL, NULL, NULL, 448 envelope = xml_node_create_root(
|
xml-utils.h | 31 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
|
xml_libxml2.c | 258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, function
|
/external/wpa_supplicant_8/hs20/server/ |
spp_server.c | 573 cred = xml_node_create_root(ctx->xml, NULL, NULL, NULL, "Credential"); 606 cred = xml_node_create_root(ctx->xml, NULL, NULL, NULL, "Credential"); 630 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, 1221 pps = xml_node_create_root(ctx->xml, NULL, NULL, NULL, [all...] |
/external/wpa_supplicant_8/hs20/client/ |
spp_client.c | 117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, 871 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns,
|
oma_dm_client.c | 114 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, [all...] |