wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
xml-utils.c File Reference

Generic XML helper functions. More...

#include "includes.h"
#include "common.h"
#include "xml-utils.h"

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)
 

Detailed Description

Generic XML helper functions.