Searched refs:get_child_node (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 407 node = get_child_node(ctx->xml, pps, in cmd_dl_osu_ca() 434 node = get_child_node(ctx->xml, pps, in cmd_dl_polupd_ca() 461 node = get_child_node(ctx->xml, pps, in cmd_dl_aaa_ca() 663 cert = get_child_node(ctx->xml, mo, in hs20_add_pps_mo() 703 cert = get_child_node(ctx->xml, pps, in update_pps_file() 745 node = get_child_node(ctx->xml, pps, in get_user_pw() 750 node = get_child_node(ctx->xml, pps, in get_user_pw() 755 node = get_child_node(ctx->xml, pps, alt_loc); in get_user_pw() 1917 node = get_child_node(ctx->xml, pps, "HomeSP/FQDN"); in cmd_get_fqdn() 2610 node = get_child_node(ctx->xml, pps, "HomeSP/FQDN"); in cmd_sub_rem() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.h | 86 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root,
|
D | xml-utils.c | 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() function
|