Searched refs:xml_node_get_attr_value (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.h | 46 char * xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node,
|
D | xml_libxml2.c | 343 char * xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_get_attr_value() function
|
/external/wpa_supplicant_8/hs20/client/ |
D | spp_client.c | 731 code = xml_node_get_attr_value(ctx->xml, err, in process_spp_post_dev_data_response()
|
D | osu_client.c | 144 proto = xml_node_get_attr_value(ctx->xml, getcert, in osu_get_certificate()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 2123 req_reason_buf = xml_node_get_attr_value(ctx->xml, node, in hs20_spp_post_dev_data() 2131 redirect_uri = xml_node_get_attr_value(ctx->xml, node, "redirectURI"); in hs20_spp_post_dev_data()
|