Searched refs:xml_node_get_attr_value_free (Results 1 – 5 of 5) sorted by relevance
/hostap-latest/hs20/client/ |
D | spp_client.c | 170 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 …]
|
D | osu_client.c | 152 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()
|
/hostap-latest/hs20/server/ |
D | spp_server.c | 1311 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() 2095 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data() 2098 xml_node_get_attr_value_free(ctx->xml, version); in hs20_spp_post_dev_data() 2230 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data() 2360 xml_node_get_attr_value_free(ctx->xml, req_reason_buf); in hs20_spp_post_dev_data() 2361 xml_node_get_attr_value_free(ctx->xml, redirect_uri); in hs20_spp_post_dev_data() 2622 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response() 2781 xml_node_get_attr_value_free(ctx->xml, status); in hs20_spp_update_response() 2851 xml_node_get_attr_value_free(ctx->xml, session_id); in hs20_spp_server_process() [all …]
|
/hostap-latest/src/utils/ |
D | xml-utils.h | 50 void xml_node_get_attr_value_free(struct xml_node_ctx *ctx, char *val);
|
D | xml_libxml2.c | 359 void xml_node_get_attr_value_free(struct xml_node_ctx *ctx, char *val) in xml_node_get_attr_value_free() function
|