Searched refs:xml_node_create_text (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.c | 243 xml_node_create_text(ctx, tnds, NULL, "NodeName", name); in node_to_tnds() 246 xml_node_create_text(ctx, tnds, NULL, "Path", uri); in node_to_tnds() 250 xml_node_create_text(ctx, tnds, NULL, "Value", in node_to_tnds() 272 xml_node_create_text(ctx, node, NULL, "DDFName", urn); in add_ddfname() 288 xml_node_create_text(ctx, root, NULL, "VerDTD", "1.2"); in mo_to_tnds() 295 xml_node_create_text(ctx, node, NULL, "NodeName", name); in mo_to_tnds() 371 xml_node_create_text(ctx, parent, NULL, nodename, in add_mo_node()
|
H A D | xml-utils.h | 36 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx,
|
H A D | xml_libxml2.c | 291 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx, in xml_node_create_text() function
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 104 xml_node_create_text(ctx->xml, node, NULL, "LocURI", uri); in oma_dm_add_locuri() 124 xml_node_create_text(ctx->xml, synchdr, NULL, "VerDTD", "1.2"); in oma_dm_build_hdr() 125 xml_node_create_text(ctx->xml, synchdr, NULL, "VerProto", "DM/1.2"); in oma_dm_build_hdr() 126 xml_node_create_text(ctx->xml, synchdr, NULL, "SessionID", "1"); in oma_dm_build_hdr() 127 xml_node_create_text(ctx->xml, synchdr, NULL, "MsgID", int2str(msgid)); in oma_dm_build_hdr() 139 xml_node_create_text(ctx->xml, parent, NULL, "CmdID", int2str(cmdid)); in oma_dm_add_cmdid() 152 xml_node_create_text(ctx->xml, node, NULL, "Data", int2str(data)); in add_alert() 168 xml_node_create_text(ctx->xml, node, NULL, "MsgRef", int2str(msgref)); in add_status() 170 xml_node_create_text(ctx->xml, node, NULL, "CmdRef", in add_status() 172 xml_node_create_text(ctx->xml, node, NULL, "Cmd", cmd); in add_status() [all …]
|
H A D | spp_client.c | 100 node = xml_node_create_text(ctx, parent, ns, "moContainer", str); in add_mo_container() 132 xml_node_create_text(ctx->xml, spp_node, ns, "supportedSPPVersions", in build_spp_post_dev_data() 134 xml_node_create_text(ctx->xml, spp_node, ns, "supportedMOList", in build_spp_post_dev_data()
|