Home
last modified time | relevance | path

Searched refs:get_node_uri (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.c46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() function
362 parent = get_node_uri(ctx, root, uri); in add_mo_node()
463 body = get_node_uri(ctx, soap, "Envelope/Body"); in soap_get_body()
H A Dxml-utils.h82 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root,
/freebsd/contrib/wpa/hs20/client/
H A Dspp_client.c220 if (get_node_uri(ctx->xml, unode, name) == NULL) { in process_update_node()