Searched refs:get_node_uri (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 46 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()
|
D | xml-utils.h | 82 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root,
|
/external/wpa_supplicant_8/hs20/client/ |
D | spp_client.c | 220 if (get_node_uri(ctx->xml, unode, name) == NULL) { in process_update_node()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1182 node = get_node_uri(ctx->xml, policy, "Policy/PolicyUpdate/URI"); in update_policy_update_uri() 1214 node = get_node_uri(ctx->xml, policy, "Policy/PolicyUpdate"); in build_policy() 2011 node = get_node_uri(ctx->xml, policy_node, in hs20_sim_provisioning()
|