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.c152 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
155 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
160 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c1311 xml_node_get_attr_value_free(ctx->xml, mo_urn); in spp_get_mo()
1314 xml_node_get_attr_value_free(ctx->xml, mo_urn); in spp_get_mo()
2093 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data()
2096 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data()
2228 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data()
2358 xml_node_get_attr_value_free(ctx->xml, req_reason_buf); in hs20_spp_post_dev_data()
2359 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data()
2620 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response()
2779 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response()
2849 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