Home
last modified time | relevance | path

Searched refs:xml_node_get_attr_value_ns (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dxml-utils.h48 char * xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node,
Dxml_libxml2.c351 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/
Dspp_server.c1080 mo_urn = xml_node_get_attr_value_ns(ctx->xml, child, SPP_NS_URI, in spp_get_mo()
1615 version = xml_node_get_attr_value_ns(ctx->xml, node, SPP_NS_URI, in hs20_spp_post_dev_data()
2028 status = xml_node_get_attr_value_ns(ctx->xml, node, SPP_NS_URI, in hs20_spp_update_response()
2194 session_id = xml_node_get_attr_value_ns(ctx->xml, node, in hs20_spp_server_process()
2212 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/
Dspp_client.c37 return xml_node_get_attr_value_ns(ctx, node, SPP_NS_URI, attr_name); in get_spp_attr_value()