Searched refs:xml_node_create (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 240 tnds = xml_node_create(ctx, out, NULL, "Node"); in node_to_tnds() 266 node = xml_node_create(ctx, parent, NULL, "RTProperties"); in add_ddfname() 269 node = xml_node_create(ctx, node, NULL, "Type"); in add_ddfname() 292 node = xml_node_create(ctx, root, NULL, "Node"); in mo_to_tnds() 374 xml_node_create(ctx, parent, NULL, nodename); in add_mo_node() 453 body = xml_node_create(ctx, envelope, ns, "Body"); in soap_build_envelope()
|
D | xml-utils.h | 34 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
|
D | xml_libxml2.c | 281 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_create() function
|
/external/wpa_supplicant_8/hs20/client/ |
D | oma_dm_client.c | 101 node = xml_node_create(ctx->xml, parent, NULL, element); in oma_dm_add_locuri() 123 synchdr = xml_node_create(ctx->xml, syncml, NULL, "SyncHdr"); in oma_dm_build_hdr() 148 node = xml_node_create(ctx->xml, parent, NULL, "Alert"); in add_alert() 164 node = xml_node_create(ctx->xml, parent, NULL, "Status"); in add_status() 189 node = xml_node_create(ctx->xml, parent, NULL, "Results"); in add_results() 231 item = xml_node_create(ctx->xml, parent, NULL, "Item"); in add_item() 233 node = xml_node_create(ctx->xml, item, NULL, "Meta"); in add_item() 255 replace = xml_node_create(ctx->xml, parent, NULL, "Replace"); in add_replace_devinfo() 287 item = xml_node_create(ctx->xml, node, NULL, "Item"); in oma_dm_add_hs20_generic_alert() 289 node = xml_node_create(ctx->xml, item, NULL, "Meta"); in oma_dm_add_hs20_generic_alert() [all …]
|
D | spp_client.c | 881 node = xml_node_create(ctx->xml, spp_node, ns, "sppError"); in build_spp_update_response()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 611 node = xml_node_create(ctx->xml, parent, NULL, "EAPMethod"); in add_eap_ttls() 630 node = xml_node_create(ctx->xml, parent, NULL, "UsernamePassword"); in build_username_password() 728 cert = xml_node_create(ctx->xml, cred, NULL, "DigitalCertificate"); in build_credential_cert() 759 node = xml_node_create(ctx->xml, spp_node, ns, "sppError"); in build_post_dev_data_response() 921 (!cred && !xml_node_create(ctx->xml, spp_node, ns, "noMOUpdate"))) { in build_sub_rem_resp() 1035 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in browser_remediation() 1365 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in spp_exec_upload_mo() 1367 node = xml_node_create(ctx->xml, exec_node, ns, "uploadMO"); in spp_exec_upload_mo() 1396 exec_node = xml_node_create(ctx->xml, spp_node, ns, "exec"); in hs20_subscription_registration() 1462 c = xml_node_create(ctx->xml, pps, NULL, "Cred01"); in build_pps() [all …]
|