Searched refs:xml_node_add_attr (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/hs20/client/ |
D | spp_client.c | 102 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() 876 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_spp_update_response() 877 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id); in build_spp_update_response() 878 xml_node_add_attr(ctx->xml, spp_node, ns, "sppStatus", spp_status); in build_spp_update_response() 883 xml_node_add_attr(ctx->xml, node, NULL, "errorCode", in build_spp_update_response()
|
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 637 xml_node_add_attr(ctx->xml, spp_node, ns, "sppVersion", "1.0"); in build_post_dev_data_response() 638 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id); in build_post_dev_data_response() 639 xml_node_add_attr(ctx->xml, spp_node, ns, "sppStatus", status); in build_post_dev_data_response() 645 xml_node_add_attr(ctx->xml, node, NULL, "errorCode", in build_post_dev_data_response() 671 xml_node_add_attr(ctx->xml, node, ns, "managementTreeURI", uri); in add_update_node() 1140 xml_node_add_attr(ctx->xml, node, ns, "moURN", urn); in spp_exec_upload_mo() 1299 xml_node_add_attr(ctx->xml, enroll, NULL, "enrollmentProtocol", "EST"); in spp_exec_get_certificate() 1435 xml_node_add_attr(ctx->xml, node, ns, "managementTreeURI", buf); in hs20_user_input_registration() 1436 xml_node_add_attr(ctx->xml, node, ns, "moURN", URN_HS20_PPS); in hs20_user_input_registration() 1589 xml_node_add_attr(ctx->xml, node, NULL, "errorCode", in hs20_cert_enroll_failed() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.h | 44 int xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node,
|
D | xml_libxml2.c | 325 int xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_add_attr() function
|