Home
last modified time | relevance | path

Searched refs:xml_node_create_root (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dxml-utils.c282 root = xml_node_create_root(ctx, ns_uri, NULL, NULL, "MgmtTree"); in mo_to_tnds()
347 root = xml_node_create_root(ctx, NULL, NULL, NULL, in add_mo_node()
446 envelope = xml_node_create_root( in soap_build_envelope()
Dxml-utils.h31 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
Dxml_libxml2.c258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, in xml_node_create_root() function
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c573 cred = xml_node_create_root(ctx->xml, NULL, NULL, NULL, "Credential"); in build_credential_pw()
606 cred = xml_node_create_root(ctx->xml, NULL, NULL, NULL, "Credential"); in build_credential_cert()
630 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_post_dev_data_response()
1221 pps = xml_node_create_root(ctx->xml, NULL, NULL, NULL, in build_pps()
1873 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_exchange_complete()
2207 ret = xml_node_create_root(ctx->xml, NULL, NULL, NULL, in hs20_spp_server_process()
2255 ret = xml_node_create_root(ctx->xml, NULL, NULL, NULL, in hs20_spp_server_process()
2262 ret = xml_node_create_root(ctx->xml, NULL, NULL, NULL, in hs20_spp_server_process()
/external/wpa_supplicant_8/hs20/client/
Dspp_client.c117 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_post_dev_data()
871 spp_node = xml_node_create_root(ctx->xml, SPP_NS_URI, "spp", &ns, in build_spp_update_response()
Doma_dm_client.c114 syncml = xml_node_create_root(ctx->xml, "SYNCML:SYNCML1.2", NULL, &ns, in oma_dm_build_hdr()