Searched refs:xml_node_get_localname (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 29 name = xml_node_get_localname(ctx, node); in get_node_uri_iter() 76 name = xml_node_get_localname(ctx, node); in get_node_iter() 238 name = xml_node_get_localname(ctx, node); in node_to_tnds() 290 name = xml_node_get_localname(ctx, mo); in mo_to_tnds() 318 lname = xml_node_get_localname(ctx, child); in get_first_child_node() 398 name = xml_node_get_localname(ctx, node); in tnds_to_mo_iter() 432 name = xml_node_get_localname(ctx, tnds); in tnds_to_mo()
|
D | xml-utils.h | 25 const char * xml_node_get_localname(struct xml_node_ctx *ctx,
|
D | xml_libxml2.c | 195 const char * xml_node_get_localname(struct xml_node_ctx *ctx, in xml_node_get_localname() function
|
D | http_curl.c | 1563 xml_node_get_localname(ctx->xml, ret)); in soap_send_receive()
|
/external/wpa_supplicant_8/hs20/client/ |
D | oma_dm_client.c | 264 name = xml_node_get_localname(ctx->xml, child); in add_replace_devinfo() 456 name = xml_node_get_localname(ctx->xml, getcert); in oma_dm_exec_get_cert() 897 name = xml_node_get_localname(ctx->xml, pps_node); in oma_dm_get() 1010 name = xml_node_get_localname(ctx->xml, resp); in oma_dm_process() 1025 name = xml_node_get_localname(ctx->xml, child); in oma_dm_process() 1058 name = xml_node_get_localname(ctx->xml, child); in oma_dm_process()
|
D | osu_client.c | 655 name = xml_node_get_localname(ctx->xml, mo); in hs20_add_pps_mo() 1065 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_policy() 1207 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp_oi() 1269 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp_other_partner() 1330 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_home_sp() 1545 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_eap_method() 1567 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_username_password() 1765 name = xml_node_get_localname(ctx->xml, child); in set_pps_cred_credential() 1795 name = xml_node_get_localname(ctx->xml, child); in set_pps_credential() 1834 name = xml_node_get_localname(ctx->xml, child); in set_pps() [all …]
|
D | spp_client.c | 52 name = xml_node_get_localname(xctx, node); in hs20_spp_validate() 538 name = xml_node_get_localname(ctx->xml, cmd); in hs20_spp_exec() 631 name = xml_node_get_localname(ctx->xml, child); in process_spp_post_dev_data_response()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1305 name = xml_node_get_localname(ctx->xml, child); in spp_get_mo() 2875 op_name = xml_node_get_localname(ctx->xml, node); in hs20_spp_server_process()
|