Searched refs:xml_node_get_attr_value_ns (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.h | 48 char * xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node,
|
D | xml_libxml2.c | 351 char * xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_get_attr_value_ns() function
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1308 mo_urn = xml_node_get_attr_value_ns(ctx->xml, child, SPP_NS_URI, in spp_get_mo() 2085 version = xml_node_get_attr_value_ns(ctx->xml, node, SPP_NS_URI, in hs20_spp_post_dev_data() 2598 status = xml_node_get_attr_value_ns(ctx->xml, node, SPP_NS_URI, in hs20_spp_update_response() 2838 session_id = xml_node_get_attr_value_ns(ctx->xml, node, in hs20_spp_server_process() 2856 session_id = xml_node_get_attr_value_ns(ctx->xml, node, SPP_NS_URI, in hs20_spp_server_process()
|
/external/wpa_supplicant_8/hs20/client/ |
D | spp_client.c | 37 return xml_node_get_attr_value_ns(ctx, node, SPP_NS_URI, attr_name); in get_spp_attr_value()
|