Searched refs:xml_node_get_text (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/wpa/hs20/client/ |
| H A D | osu_client.c | 91 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 D | xml_libxml2.c | 183 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 D | xml-utils.h | 41 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node);
|
| H A D | xml-utils.c | 196 val = xml_node_get_text(ctx, node); in get_val() 333 return xml_node_get_text(ctx, node); in get_node_text()
|