OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xml_node_add_attr
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/hs20/client/
spp_client.c
102
xml_node_add_attr
(ctx, node, ns, "moURN", urn);
124
xml_node_add_attr
(ctx->xml, spp_node, ns, "sppVersion", "1.0");
125
xml_node_add_attr
(ctx->xml, spp_node, NULL, "requestReason", reason);
127
xml_node_add_attr
(ctx->xml, spp_node, ns, "sessionID",
129
xml_node_add_attr
(ctx->xml, spp_node, NULL, "redirectURI",
876
xml_node_add_attr
(ctx->xml, spp_node, ns, "sppVersion", "1.0");
877
xml_node_add_attr
(ctx->xml, spp_node, ns, "sessionID", session_id);
878
xml_node_add_attr
(ctx->xml, spp_node, ns, "sppStatus", spp_status);
883
xml_node_add_attr
(ctx->xml, node, NULL, "errorCode",
/external/wpa_supplicant_8/src/utils/
xml-utils.h
44
int
xml_node_add_attr
(struct xml_node_ctx *ctx, xml_node_t *node,
xml_libxml2.c
325
int
xml_node_add_attr
(struct xml_node_ctx *ctx, xml_node_t *node,
function
/external/wpa_supplicant_8/hs20/server/
spp_server.c
637
xml_node_add_attr
(ctx->xml, spp_node, ns, "sppVersion", "1.0");
638
xml_node_add_attr
(ctx->xml, spp_node, ns, "sessionID", session_id);
639
xml_node_add_attr
(ctx->xml, spp_node, ns, "sppStatus", status);
645
xml_node_add_attr
(ctx->xml, node, NULL, "errorCode",
671
xml_node_add_attr
(ctx->xml, node, ns, "managementTreeURI", uri);
1140
xml_node_add_attr
(ctx->xml, node, ns, "moURN", urn);
[
all
...]
Completed in 350 milliseconds