Home | History | Annotate | Download | only in client

Lines Matching refs:urn

73 			     xml_node_t *parent, const char *urn,
83 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2");
95 xml_node_add_attr(ctx, node, ns, "moURN", urn);
326 char *urn;
328 urn = get_spp_attr_value(ctx->xml, cmd, "moURN");
329 if (!urn) {
330 wpa_printf(MSG_INFO, "No URN included");
333 wpa_printf(MSG_INFO, "Upload MO request - URN=%s", urn);
334 if (strcasecmp(urn, URN_HS20_PPS) != 0) {
336 xml_node_get_attr_value_free(ctx->xml, urn);
339 xml_node_get_attr_value_free(ctx->xml, urn);
371 char *uri, *urn;
376 urn = get_spp_attr_value(ctx->xml, add_mo, "moURN");
377 if (urn == NULL) {
381 wpa_printf(MSG_INFO, "addMO - moURN: '%s'", urn);
382 if (strcasecmp(urn, URN_HS20_PPS) != 0) {
384 xml_node_get_attr_value_free(ctx->xml, urn);
387 xml_node_get_attr_value_free(ctx->xml, urn);