HomeSort by relevance Sort by last modified time
    Searched refs:soap (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 67 xml_node_t *soap, *spp, *resp; local
88 soap = xml_node_from_buf(ctx->xml, post);
89 if (soap == NULL) {
90 debug_print(ctx, 1, "Could not parse SOAP data");
93 debug_dump_node(ctx, "Received SOAP message", soap);
94 spp = soap_get_body(ctx->xml, soap);
97 xml_node_free(ctx->xml, soap);
103 xml_node_free(ctx->xml, soap);
113 soap = soap_build_envelope(ctx->xml, resp)
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 5 if (!stristr($_SERVER["CONTENT_TYPE"], "application/soap+xml")) {
123 header("Content-Type: application/soap+xml");
  /external/wpa_supplicant_8/src/utils/
xml-utils.h 95 xml_node_t * soap_get_body(struct xml_node_ctx *ctx, xml_node_t *soap);
xml-utils.c 449 ctx, "http://www.w3.org/2003/05/soap-envelope", "soap12", &ns,
459 xml_node_t * soap_get_body(struct xml_node_ctx *ctx, xml_node_t *soap)
463 body = get_node_uri(ctx, soap, "Envelope/Body");

Completed in 2477 milliseconds