Home
last modified time | relevance | path

Searched refs:xml_node_t (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/wpa/src/utils/
H A Dxml-utils.h23 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node);
26 xml_node_t *node);
30 xml_node_t *child);
34 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent,
60 xml_node_t * xml_node_copy(struct xml_node_ctx *ctx, xml_node_t *node);
82 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root,
84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
86 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root,
90 xml_node_t * mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo,
92 xml_node_t * tnds_to_mo(struct xml_node_ctx *ctx, xml_node_t *tnds);
[all …]
H A Dxml-utils.c19 xml_node_t *node; in get_node_uri_iter()
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri()
50 xml_node_t *node; in get_node_uri()
67 xml_node_t *node; in get_node_iter()
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node()
93 xml_node_t *node; in get_node()
109 xml_node_t *node; in get_child_node()
110 xml_node_t *match; in get_child_node()
125 xml_node_t *node; in node_from_file()
230 xml_node_t *node; in node_to_tnds()
[all …]
H A Dxml_libxml2.c173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent()
191 return (xml_node_t *) node; in xml_node_from_buf()
196 xml_node_t *node) in xml_node_get_localname()
252 xml_node_t *child) in xml_node_add_child()
277 return (xml_node_t *) node; in xml_node_create_root()
281 xml_node_t * xml_node_create(struct xml_node_ctx *ctx, xml_node_t *parent, in xml_node_create()
287 return (xml_node_t *) node; in xml_node_create()
298 return (xml_node_t *) node; in xml_node_create_text()
367 xml_node_t *parent) in xml_node_first_child()
374 xml_node_t *node) in xml_node_next_sibling()
[all …]
H A Dhttp-utils.h43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
H A Dhttp_curl.c1504 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive()
1507 xml_node_t *envelope, *ret, *resp, *n; in soap_send_receive()
/freebsd-12.1/contrib/wpa/hs20/client/
H A Doma_dm_client.c81 xml_node_t *locuri; in oma_dm_get_target_locuri()
99 xml_node_t *node; in oma_dm_add_locuri()
146 xml_node_t *node; in add_alert()
162 xml_node_t *node; in add_status()
187 xml_node_t *node; in add_results()
339 xml_node_t *syncml; in build_oma_dm_1_sub_reg()
352 xml_node_t *syncml; in build_oma_dm_1_sub_prov()
392 xml_node_t *node; in oma_dm_exec_browser()
501 xml_node_t *add, xml_node_t *pps, in oma_dm_run_add()
659 xml_node_t *node; in oma_dm_add()
[all …]
H A Dspp_client.c78 xml_node_t *node; in add_mo_container()
79 xml_node_t *fnode, *tnds; in add_mo_container()
113 xml_node_t *spp_node; in build_spp_post_dev_data()
513 xml_node_t *pps, xml_node_t **ret_node) in hs20_spp_exec()
515 xml_node_t *cmd; in hs20_spp_exec()
603 xml_node_t *child; in process_spp_post_dev_data_response()
710 xml_node_t *ret; in process_spp_post_dev_data_response()
727 xml_node_t *err; in process_spp_post_dev_data_response()
754 xml_node_t *payload; in spp_post_dev_data()
789 xml_node_t *pps) in spp_sub_rem()
[all …]
H A Dosu_client.h64 xml_node_t *node);
65 int osu_get_certificate(struct hs20_osu_client *ctx, xml_node_t *getcert);
67 xml_node_t *add_mo, char *fname, size_t fname_len);
68 void get_user_pw(struct hs20_osu_client *ctx, xml_node_t *pps,
71 xml_node_t *pps);
81 xml_node_t *pps);
86 xml_node_t *pps);
99 xml_node_t *pps);
104 xml_node_t *pps);
H A Dosu_client.c139 xml_node_t *node; in osu_get_certificate()
702 xml_node_t *cert; in update_pps_file()
743 xml_node_t *node; in get_user_pw()
757 xml_node_t *a; in get_user_pw()
788 xml_node_t *ssid; in set_pps_cred_policy_spe()
819 xml_node_t *node; in set_pps_cred_policy_prp()
887 xml_node_t *node; in set_pps_cred_policy_min_backhaul()
981 xml_node_t *node; in set_pps_cred_policy_required_proto_port()
1673 xml_node_t *sim, xml_node_t *realm) in set_pps_cred_sim()
1885 xml_node_t *pps; in cmd_set_pps()
[all …]