Searched refs:xml_node_get_text (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 163 url = xml_node_get_text(ctx->xml, node); in osu_get_certificate() 177 user = xml_node_get_text(ctx->xml, node); in osu_get_certificate() 229 fingerprint = xml_node_get_text(ctx->xml, cert); in process_est_cert() 320 url = xml_node_get_text(ctx->xml, url_node); in download_cert() 321 hash = xml_node_get_text(ctx->xml, hash_node); in download_cert() 630 str = xml_node_get_text(ctx->xml, add_mo); in hs20_add_pps_mo() 748 *user = xml_node_get_text(ctx->xml, node); in get_user_pw() 761 *user = xml_node_get_text(ctx->xml, a); in get_user_pw() 794 txt = xml_node_get_text(ctx->xml, ssid); in set_pps_cred_policy_spe() 829 prio = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_prp() [all …]
|
D | oma_dm_client.c | 88 uri = xml_node_get_text(ctx->xml, locuri); in oma_dm_get_target_locuri() 266 txt = xml_node_get_text(ctx->xml, child); in add_replace_devinfo() 402 data = xml_node_get_text(ctx->xml, node); in oma_dm_exec_browser() 440 data = xml_node_get_text(ctx->xml, node); in oma_dm_exec_get_cert() 592 type = xml_node_get_text(ctx->xml, node); in oma_dm_run_add() 609 data = xml_node_get_text(ctx->xml, node); in oma_dm_run_add() 669 locuri = xml_node_get_text(ctx->xml, node); in oma_dm_add() 780 type = xml_node_get_text(ctx->xml, node); in oma_dm_replace() 797 data = xml_node_get_text(ctx->xml, node); in oma_dm_replace() 911 *value = xml_node_get_text(ctx->xml, pps_node); in oma_dm_get() [all …]
|
D | spp_client.c | 176 str = xml_node_get_text(ctx->xml, update); in process_update_node() 542 uri = xml_node_get_text(ctx->xml, cmd); in hs20_spp_exec()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 386 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_text() function 408 txt = xml_node_get_text(ctx, node); in xml_node_get_base64_text()
|
D | xml-utils.h | 56 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node);
|
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()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1323 str = xml_node_get_text(ctx->xml, child); in spp_get_mo() 2106 supp = xml_node_get_text(ctx->xml, mo); in hs20_spp_post_dev_data() 2195 addr = xml_node_get_text(ctx->xml, macaddr); in hs20_spp_post_dev_data()
|