Home
last modified time | relevance | path

Searched refs:xml_node_from_buf (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c88 soap = xml_node_from_buf(ctx->xml, post); in process()
Dspp_server.c1097 tnds = xml_node_from_buf(ctx->xml, str); in spp_get_mo()
/external/wpa_supplicant_8/src/utils/
Dxml-utils.h24 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
Dxml_libxml2.c179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf() function
Dxml-utils.c162 node = xml_node_from_buf(ctx, buf); in node_from_file()
Dhttp_curl.c1526 resp = xml_node_from_buf(ctx->xml, ctx->curl_buf); in soap_send_receive()
/external/wpa_supplicant_8/hs20/client/
Doma_dm_client.c440 getcert = xml_node_from_buf(ctx->xml, data); in oma_dm_exec_get_cert()
613 tnds = xml_node_from_buf(ctx->xml, data); in oma_dm_run_add()
801 tnds = xml_node_from_buf(ctx->xml, data); in oma_dm_replace()
973 resp = xml_node_from_buf(ctx->xml, res); in oma_dm_send_recv()
Dspp_client.c197 tnds = xml_node_from_buf(ctx->xml, tmp); in process_update_node()
202 tnds = xml_node_from_buf(ctx->xml, str); in process_update_node()
Dosu_client.c616 tnds = xml_node_from_buf(ctx->xml, str); in hs20_add_pps_mo()