Home | History | Annotate | Download | only in client

Lines Matching refs:tnds

523 	xml_node_t *tnds, *mo, *cert;
616 tnds = xml_node_from_buf(ctx->xml, str);
618 if (tnds == NULL) {
624 mo = tnds_to_mo(ctx->xml, tnds);
626 wpa_printf(MSG_INFO, "[hs20] Could not parse addMO TNDS text");
631 debug_dump_node(ctx, "Parsed TNDS", mo);
1857 xml_node_t *tnds, *mo;
1859 tnds = node_from_file(ctx->xml, in_fname);
1860 if (tnds == NULL) {
1865 mo = tnds_to_mo(ctx->xml, tnds);
1871 xml_node_free(ctx->xml, tnds);
3004 "- to_tnds <XML MO> <XML MO in TNDS format> [URN]\n"
3005 "- to_tnds2 <XML MO> <XML MO in TNDS format (Path) "
3007 "- from_tnds <XML MO in TNDS format> <XML MO>\n"