Home | History | Annotate | Download | only in client

Lines Matching defs:urn

75 			     xml_node_t *parent, const char *urn,
90 tnds = mo_to_tnds(ctx, fnode, 0, urn, "syncml:dmddf1.2");
102 xml_node_add_attr(ctx, node, ns, "moURN", urn);
333 char *urn;
335 urn = get_spp_attr_value(ctx->xml, cmd, "moURN");
336 if (!urn) {
337 wpa_printf(MSG_INFO, "No URN included");
340 wpa_printf(MSG_INFO, "Upload MO request - URN=%s", urn);
341 if (strcasecmp(urn, URN_HS20_PPS) != 0) {
343 xml_node_get_attr_value_free(ctx->xml, urn);
346 xml_node_get_attr_value_free(ctx->xml, urn);
378 char *uri, *urn;
383 urn = get_spp_attr_value(ctx->xml, add_mo, "moURN");
384 if (urn == NULL) {
388 wpa_printf(MSG_INFO, "addMO - moURN: '%s'", urn);
389 if (strcasecmp(urn, URN_HS20_PPS) != 0) {
391 xml_node_get_attr_value_free(ctx->xml, urn);
394 xml_node_get_attr_value_free(ctx->xml, urn);