Home
last modified time | relevance | path

Searched refs:xml_validate (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dxml-utils.h18 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node,
Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate() function
/external/wpa_supplicant_8/hs20/client/
Dspp_client.c64 ret = xml_validate(xctx, node, spp_xsd_fname, &err); in hs20_spp_validate()
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c2189 if (xml_validate(ctx->xml, node, fname, &xml_err) < 0) { in hs20_spp_server_process()