Searched refs:xml_node_for_each_child (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 74 xml_node_for_each_child(ctx, node, root) { in get_node_iter() 112 xml_node_for_each_child(ctx, node, root) { in get_child_node() 236 xml_node_for_each_child(ctx, node, in) { in node_to_tnds() 316 xml_node_for_each_child(ctx, child, node) { in get_first_child_node() 466 xml_node_for_each_child(ctx, child, body) { in soap_get_body()
|
D | xml-utils.h | 62 #define xml_node_for_each_child(ctx, child, parent) \ macro
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 787 xml_node_for_each_child(ctx->xml, child, spel) { in set_pps_cred_policy_spel() 855 xml_node_for_each_child(ctx->xml, child, prpl) { in set_pps_cred_policy_prpl() 941 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy_min_backhaul_list() 1013 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy_required_proto_ports() 1041 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy() 1128 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_network_ids() 1183 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_oi() 1232 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_oi_list() 1246 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_other_partner() 1278 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_other_partners() [all …]
|
D | oma_dm_client.c | 256 xml_node_for_each_child(ctx->xml, child, info) { in add_replace_devinfo() 1017 xml_node_for_each_child(ctx->xml, child, hdr) { in oma_dm_process() 1049 xml_node_for_each_child(ctx->xml, child, body) { in oma_dm_process()
|
D | spp_client.c | 527 xml_node_for_each_child(ctx->xml, cmd, exec) { in hs20_spp_exec() 627 xml_node_for_each_child(ctx->xml, child, node) { in process_spp_post_dev_data_response()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1075 xml_node_for_each_child(ctx->xml, child, node) { in spp_get_mo()
|