Searched refs:xml_node_get_text (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 134 url = xml_node_get_text(ctx->xml, node); in osu_get_certificate() 148 user = xml_node_get_text(ctx->xml, node); in osu_get_certificate() 198 fingerprint = xml_node_get_text(ctx->xml, cert); in process_est_cert() 290 url = xml_node_get_text(ctx->xml, url_node); in download_cert() 291 hash = xml_node_get_text(ctx->xml, hash_node); in download_cert() 608 str = xml_node_get_text(ctx->xml, add_mo); in hs20_add_pps_mo() 726 *user = xml_node_get_text(ctx->xml, node); in get_user_pw() 739 *user = xml_node_get_text(ctx->xml, a); in get_user_pw() 772 txt = xml_node_get_text(ctx->xml, ssid); in set_pps_cred_policy_spe() 807 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() 260 txt = xml_node_get_text(ctx->xml, child); in add_replace_devinfo() 396 data = xml_node_get_text(ctx->xml, node); in oma_dm_exec_browser() 434 data = xml_node_get_text(ctx->xml, node); in oma_dm_exec_get_cert() 586 type = xml_node_get_text(ctx->xml, node); in oma_dm_run_add() 603 data = xml_node_get_text(ctx->xml, node); in oma_dm_run_add() 663 locuri = xml_node_get_text(ctx->xml, node); in oma_dm_add() 774 type = xml_node_get_text(ctx->xml, node); in oma_dm_replace() 791 data = xml_node_get_text(ctx->xml, node); in oma_dm_replace() 905 *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.c | 196 val = xml_node_get_text(ctx, node); in get_val() 333 return xml_node_get_text(ctx, node); in get_node_text()
|
D | xml-utils.h | 56 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node);
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 1095 str = xml_node_get_text(ctx->xml, child); in spp_get_mo() 1637 supp = xml_node_get_text(ctx->xml, mo); in hs20_spp_post_dev_data()
|