Home
last modified time | relevance | path

Searched refs:xml_node_get_text (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c91 url = xml_node_get_text(ctx->xml, url_node); in download_cert()
92 hash = xml_node_get_text(ctx->xml, hash_node); in download_cert()
217 txt = xml_node_get_text(ctx->xml, ssid); in set_pps_cred_policy_spe()
252 prio = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_prp()
262 country_buf = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_prp()
275 txt = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_prp()
320 type = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_min_backhaul()
338 dl = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_min_backhaul()
342 ul = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_min_backhaul()
415 proto = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_required_proto_port()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dxml_libxml2.c183 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_text() function
205 txt = xml_node_get_text(ctx, node); in xml_node_get_base64_text()
H A Dxml-utils.h41 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node);
H A Dxml-utils.c196 val = xml_node_get_text(ctx, node); in get_val()
333 return xml_node_get_text(ctx, node); in get_node_text()