Home
last modified time | relevance | path

Searched refs:xml_node_add_attr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/hs20/client/
H A Dspp_client.c102 xml_node_add_attr(ctx, node, ns, "moURN", urn); in add_mo_container()
124 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_post_dev_data()
125 xml_node_add_attr(ctx->xml, spp_node, NULL, "requestReason", reason); in build_spp_post_dev_data()
127 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", in build_spp_post_dev_data()
129 xml_node_add_attr(ctx->xml, spp_node, NULL, "redirectURI", in build_spp_post_dev_data()
875 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_update_response()
876 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id); in build_spp_update_response()
877 xml_node_add_attr(ctx->xml, spp_node, ns, "sppStatus", spp_status); in build_spp_update_response()
882 xml_node_add_attr(ctx->xml, node, NULL, "errorCode", in build_spp_update_response()
/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.h44 int xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node,
H A Dxml_libxml2.c325 int xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_add_attr() function