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 | 809 xml_node_for_each_child(ctx->xml, child, spel) { in set_pps_cred_policy_spel() 877 xml_node_for_each_child(ctx->xml, child, prpl) { in set_pps_cred_policy_prpl() 963 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy_min_backhaul_list() 1035 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy_required_proto_ports() 1063 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_policy() 1150 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_network_ids() 1205 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_oi() 1253 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_oi_list() 1267 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_other_partner() 1299 xml_node_for_each_child(ctx->xml, child, node) { in set_pps_cred_home_sp_other_partners() [all …]
|
D | oma_dm_client.c | 262 xml_node_for_each_child(ctx->xml, child, info) { in add_replace_devinfo() 1023 xml_node_for_each_child(ctx->xml, child, hdr) { in oma_dm_process() 1055 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 | 1303 xml_node_for_each_child(ctx->xml, child, node) { in spp_get_mo()
|