Home
last modified time | relevance | path

Searched refs:xml_node_get_attr_value_free (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hs20/client/
Dspp_client.c170 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
179 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
206 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
214 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
223 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
230 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
238 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
247 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
256 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
280 xml_node_get_attr_value_free(ctx->xml, uri); in process_update_node()
[all …]
Dosu_client.c123 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
126 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
131 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c1083 xml_node_get_attr_value_free(ctx->xml, mo_urn); in spp_get_mo()
1086 xml_node_get_attr_value_free(ctx->xml, mo_urn); in spp_get_mo()
1623 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data()
1626 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data()
1735 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data()
1855 xml_node_get_attr_value_free(ctx->xml, req_reason_buf); in hs20_spp_post_dev_data()
1856 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data()
2050 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response()
2135 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response()
2205 xml_node_get_attr_value_free(ctx->xml, session_id); in hs20_spp_server_process()
[all …]
/external/wpa_supplicant_8/src/utils/
Dxml-utils.h50 void xml_node_get_attr_value_free(struct xml_node_ctx *ctx, char *val);
Dxml_libxml2.c359 void xml_node_get_attr_value_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_attr_value_free() function