Home
last modified time | relevance | path

Searched refs:get_child_node (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hs20/client/
Dosu_client.c377 node = get_child_node(ctx->xml, pps, in cmd_dl_osu_ca()
404 node = get_child_node(ctx->xml, pps, in cmd_dl_polupd_ca()
431 node = get_child_node(ctx->xml, pps, in cmd_dl_aaa_ca()
641 cert = get_child_node(ctx->xml, mo, in hs20_add_pps_mo()
681 cert = get_child_node(ctx->xml, pps, in update_pps_file()
723 node = get_child_node(ctx->xml, pps, in get_user_pw()
728 node = get_child_node(ctx->xml, pps, in get_user_pw()
733 node = get_child_node(ctx->xml, pps, alt_loc); in get_user_pw()
1812 node = get_child_node(ctx->xml, pps, "HomeSP/FQDN"); in cmd_get_fqdn()
2462 node = get_child_node(ctx->xml, pps, "HomeSP/FQDN"); in cmd_sub_rem()
[all …]
/external/wpa_supplicant_8/src/utils/
Dxml-utils.h86 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root,
Dxml-utils.c106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() function