Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dxml-utils.h13 typedef struct xml_node xml_node_t; typedef
18 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node,
20 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node,
22 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node);
23 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node);
24 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf);
26 xml_node_t *node);
27 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node);
28 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node);
29 void xml_node_add_child(struct xml_node_ctx *ctx, xml_node_t *parent,
[all …]
Dxml-utils.c15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx, in get_node_uri_iter()
16 xml_node_t *root, char *uri) in get_node_uri_iter()
19 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()
63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx, in get_node_iter()
64 xml_node_t *root, const char *path) in get_node_iter()
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()
[all …]
Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate()
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd()
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free()
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent()
175 return (xml_node_t *) ((xmlNodePtr) node)->parent; in xml_node_get_parent()
179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) in xml_node_from_buf()
191 return (xml_node_t *) node; in xml_node_from_buf()
196 xml_node_t *node) in xml_node_get_localname()
202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str()
245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach()
[all …]
Dhttp-utils.h43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
Dhttp_curl.c1483 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive()
1486 xml_node_t *envelope, *ret, *resp, *n; in soap_send_receive()
/external/wpa_supplicant_8/hs20/client/
Doma_dm_client.c66 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent,
79 xml_node_t *node) in oma_dm_get_target_locuri()
81 xml_node_t *locuri; in oma_dm_get_target_locuri()
96 static void oma_dm_add_locuri(struct hs20_osu_client *ctx, xml_node_t *parent, in oma_dm_add_locuri()
99 xml_node_t *node; in oma_dm_add_locuri()
108 static xml_node_t * oma_dm_build_hdr(struct hs20_osu_client *ctx, in oma_dm_build_hdr()
111 xml_node_t *syncml, *synchdr; in oma_dm_build_hdr()
130 static void oma_dm_add_cmdid(struct hs20_osu_client *ctx, xml_node_t *parent, in oma_dm_add_cmdid()
137 static xml_node_t * add_alert(struct hs20_osu_client *ctx, xml_node_t *parent, in add_alert()
140 xml_node_t *node; in add_alert()
[all …]
Dspp_client.c34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, in get_spp_attr_value()
41 static int hs20_spp_validate(struct hs20_osu_client *ctx, xml_node_t *node, in hs20_spp_validate()
75 xml_node_t *parent, const char *urn, in add_mo_container()
78 xml_node_t *node; in add_mo_container()
79 xml_node_t *fnode, *tnds; in add_mo_container()
107 static xml_node_t * build_spp_post_dev_data(struct hs20_osu_client *ctx, in build_spp_post_dev_data()
113 xml_node_t *spp_node; in build_spp_post_dev_data()
147 static int process_update_node(struct hs20_osu_client *ctx, xml_node_t *pps, in process_update_node()
148 xml_node_t *update) in process_update_node()
150 xml_node_t *node, *parent, *tnds, *unode; in process_update_node()
[all …]
Dosu_client.h63 xml_node_t *node);
64 int osu_get_certificate(struct hs20_osu_client *ctx, xml_node_t *getcert);
66 xml_node_t *add_mo, char *fname, size_t fname_len);
67 void get_user_pw(struct hs20_osu_client *ctx, xml_node_t *pps,
70 xml_node_t *pps);
80 xml_node_t *pps);
85 xml_node_t *pps);
98 xml_node_t *pps);
103 xml_node_t *pps);
Dosu_client.c78 xml_node_t *node) in debug_dump_node()
108 int osu_get_certificate(struct hs20_osu_client *ctx, xml_node_t *getcert) in osu_get_certificate()
110 xml_node_t *node; in osu_get_certificate()
187 static int process_est_cert(struct hs20_osu_client *ctx, xml_node_t *cert, in process_est_cert()
274 static int download_cert(struct hs20_osu_client *ctx, xml_node_t *params, in download_cert()
277 xml_node_t *url_node, *hash_node; in download_cert()
368 xml_node_t *pps, *node; in cmd_dl_osu_ca()
395 xml_node_t *pps, *node; in cmd_dl_polupd_ca()
422 xml_node_t *pps, *node, *aaa; in cmd_dl_aaa_ca()
519 xml_node_t *add_mo, char *fname, size_t fname_len) in hs20_add_pps_mo()
[all …]
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c52 static xml_node_t * build_policy(struct hs20_svc *ctx, const char *user,
130 xml_node_t *node) in db_add_session_pps()
154 xml_node_t *node) in db_add_session_devinfo()
178 xml_node_t *node) in db_add_session_devdetail()
266 xml_node_t *node) in hs20_eventlog_node()
301 const char *realm, const char *name, xml_node_t *mo) in db_update_mo()
314 static void add_text_node(struct hs20_svc *ctx, xml_node_t *parent, in add_text_node()
322 xml_node_t *parent, const char *name, in add_text_node_conf()
497 static int add_eap_ttls(struct hs20_svc *ctx, xml_node_t *parent) in add_eap_ttls()
499 xml_node_t *node; in add_eap_ttls()
[all …]
Dspp_server.h24 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
26 xml_node_t * hs20_spp_server_process(struct hs20_svc *ctx, xml_node_t *node,
Dhs20_spp_server.c48 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node) in debug_dump_node()
67 xml_node_t *soap, *spp, *resp; in process()