Home
last modified time | relevance | path

Searched refs:xctx (Results 1 – 2 of 2) sorted by relevance

/hostap-3.7.0/src/utils/
Dxml_libxml2.c440 struct xml_node_ctx *xctx; in xml_node_init_ctx() local
442 xctx = os_zalloc(sizeof(*xctx)); in xml_node_init_ctx()
443 if (xctx == NULL) in xml_node_init_ctx()
445 xctx->ctx = upper_ctx; in xml_node_init_ctx()
449 return xctx; in xml_node_init_ctx()
/hostap-3.7.0/hs20/client/
Dspp_client.c44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate() local
49 if (!xml_node_is_element(xctx, node)) in hs20_spp_validate()
52 name = xml_node_get_localname(xctx, node); in hs20_spp_validate()
64 ret = xml_validate(xctx, node, spp_xsd_fname, &err); in hs20_spp_validate()