/external/wpa_supplicant_8/src/utils/ |
xml-utils.h | 13 typedef struct xml_node xml_node_t; typedef in typeref:struct:xml_node 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) [all...] |
xml-utils.c | 15 static xml_node_t * get_node_uri_iter(struct xml_node_ctx *ctx, 16 xml_node_t *root, char *uri) 19 xml_node_t *node; 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, 50 xml_node_t *node; 63 static xml_node_t * get_node_iter(struct xml_node_ctx *ctx, 64 xml_node_t *root, const char *path) 67 xml_node_t *node; 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root [all...] |
xml_libxml2.c | 53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, 115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, 167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) 173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) 175 return (xml_node_t *) ((xmlNodePtr) node)->parent; 179 xml_node_t * xml_node_from_buf(struct xml_node_ctx *ctx, const char *buf) 191 return (xml_node_t *) node; 196 xml_node_t *node) 202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node [all...] |
http-utils.h | 43 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
|
http_curl.c | [all...] |
/external/wpa_supplicant_8/hs20/server/ |
spp_server.h | 28 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node); 30 xml_node_t * hs20_spp_server_process(struct hs20_svc *ctx, xml_node_t *node,
|
spp_server.c | 54 static xml_node_t * build_policy(struct hs20_svc *ctx, const char *user, 56 static xml_node_t * spp_exec_get_certificate(struct hs20_svc *ctx, 144 xml_node_t *node) 168 xml_node_t *node) 192 xml_node_t *node) 335 xml_node_t *node) 369 const char *realm, const char *name, xml_node_t *mo) 382 static void add_text_node(struct hs20_svc *ctx, xml_node_t *parent, 390 xml_node_t *parent, const char *name, 401 xml_node_t *parent, const char *name [all...] |
hs20_spp_server.c | 49 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node) 68 xml_node_t *soap, *spp, *resp;
|
/external/wpa_supplicant_8/hs20/client/ |
osu_client.h | 64 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);
|
oma_dm_client.c | 66 static void add_item(struct hs20_osu_client *ctx, xml_node_t *parent, 79 xml_node_t *node) 81 xml_node_t *locuri; 96 static void oma_dm_add_locuri(struct hs20_osu_client *ctx, xml_node_t *parent, 99 xml_node_t *node; 108 static xml_node_t * oma_dm_build_hdr(struct hs20_osu_client *ctx, 111 xml_node_t *syncml, *synchdr; 136 static void oma_dm_add_cmdid(struct hs20_osu_client *ctx, xml_node_t *parent, 143 static xml_node_t * add_alert(struct hs20_osu_client *ctx, xml_node_t *parent [all...] |
spp_client.c | 34 static char * get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, 41 static int hs20_spp_validate(struct hs20_osu_client *ctx, xml_node_t *node, 75 xml_node_t *parent, const char *urn, 78 xml_node_t *node; 79 xml_node_t *fnode, *tnds; 107 static xml_node_t * build_spp_post_dev_data(struct hs20_osu_client *ctx, 113 xml_node_t *spp_node; 147 static int process_update_node(struct hs20_osu_client *ctx, xml_node_t *pps, 148 xml_node_t *update) 150 xml_node_t *node, *parent, *tnds, *unode [all...] |
osu_client.c | 78 xml_node_t *node) 137 int osu_get_certificate(struct hs20_osu_client *ctx, xml_node_t *getcert) 139 xml_node_t *node; 218 static int process_est_cert(struct hs20_osu_client *ctx, xml_node_t *cert, 304 static int download_cert(struct hs20_osu_client *ctx, xml_node_t *params, 307 xml_node_t *url_node, *hash_node; 398 xml_node_t *pps, *node; 425 xml_node_t *pps, *node; 452 xml_node_t *pps, *node, *aaa; 553 xml_node_t *add_mo, char *fname, size_t fname_len [all...] |