wpa_supplicant / hostapd
2.5
|
Generic XML helper functions. More...
Functions | |
xml_node_t * | get_node_uri (struct xml_node_ctx *ctx, xml_node_t *root, const char *uri) |
xml_node_t * | get_node (struct xml_node_ctx *ctx, xml_node_t *root, const char *path) |
xml_node_t * | get_child_node (struct xml_node_ctx *ctx, xml_node_t *root, const char *path) |
xml_node_t * | node_from_file (struct xml_node_ctx *ctx, const char *name) |
int | node_to_file (struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) |
xml_node_t * | mo_to_tnds (struct xml_node_ctx *ctx, xml_node_t *mo, int use_path, const char *urn, const char *ns_uri) |
xml_node_t * | tnds_to_mo (struct xml_node_ctx *ctx, xml_node_t *tnds) |
xml_node_t * | soap_build_envelope (struct xml_node_ctx *ctx, xml_node_t *node) |
xml_node_t * | soap_get_body (struct xml_node_ctx *ctx, xml_node_t *soap) |
Generic XML helper functions.