/external/wpa_supplicant_8/hs20/client/ |
spp_client.c | 79 xml_node_t *fnode, *tnds; local 90 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2"); 92 if (!tnds) 95 str = xml_node_to_str(ctx, tnds); 96 xml_node_free(ctx, tnds); 150 xml_node_t *node, *parent, *tnds, *unode; local 197 tnds = xml_node_from_buf(ctx->xml, tmp); 200 tnds = NULL; 202 tnds = xml_node_from_buf(ctx->xml, str); 204 if (tnds == NULL) [all...] |
oma_dm_client.c | 205 xml_node_t *fnode, *tnds; local 211 tnds = mo_to_tnds(ctx->xml, fnode, 0, urn, "syncml:dmddf1.2"); 213 if (!tnds) 216 str = xml_node_to_str(ctx->xml, tnds); 217 xml_node_free(ctx->xml, tnds); 506 xml_node_t *node, *tnds, *unode, *pps_node; local 619 tnds = xml_node_from_buf(ctx->xml, data); 621 if (tnds == NULL) { 628 unode = tnds_to_mo(ctx->xml, tnds); 629 xml_node_free(ctx->xml, tnds); 729 xml_node_t *node, *tnds, *unode, *pps_node, *parent; local [all...] |
osu_client.c | 557 xml_node_t *tnds, *mo, *cert; local 638 tnds = xml_node_from_buf(ctx->xml, str); 640 if (tnds == NULL) { 646 mo = tnds_to_mo(ctx->xml, tnds); 648 wpa_printf(MSG_INFO, "[hs20] Could not parse addMO TNDS text"); 653 debug_dump_node(ctx, "Parsed TNDS", mo); 1962 xml_node_t *tnds, *mo; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
xml-utils.c | 231 xml_node_t *tnds; local 240 tnds = xml_node_create(ctx, out, NULL, "Node"); 241 if (tnds == NULL) 243 xml_node_create_text(ctx, tnds, NULL, "NodeName", name); 246 xml_node_create_text(ctx, tnds, NULL, "Path", uri); 250 xml_node_create_text(ctx, tnds, NULL, "Value", 255 node_to_tnds(ctx, new_uri ? out : tnds, node, new_uri); 401 printf("Invalid TNDS tree structure - " 427 xml_node_t * tnds_to_mo(struct xml_node_ctx *ctx, xml_node_t *tnds) 432 name = xml_node_get_localname(ctx, tnds); [all...] |
/external/wpa_supplicant_8/hs20/server/ |
spp_server.c | 773 xml_node_t *node, *tnds; local 776 tnds = mo_to_tnds(ctx->xml, upd_node, 0, NULL, NULL); 777 if (!tnds) 780 str = xml_node_to_str(ctx->xml, tnds); 781 xml_node_free(ctx->xml, tnds); 1293 xml_node_t *child, *tnds, *mo; local 1626 xml_node_t *pps, *tnds; local 1976 xml_node_t *pps, *tnds; local [all...] |