Home
last modified time | relevance | path

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

/hostap-latest/hs20/client/
Dspp_client.c359 ret_node = soap_send_receive(ctx->http, node); in hs20_spp_upload_mo()
447 ret_node = soap_send_receive(ctx->http, node); in hs20_spp_user_input_completed()
456 ret_node = soap_send_receive(ctx->http, node); in hs20_spp_user_input_completed()
494 ret_node = soap_send_receive(ctx->http, node); in hs20_spp_get_certificate()
760 ret_node = soap_send_receive(ctx->http, payload); in spp_post_dev_data()
904 ret_node = soap_send_receive(ctx->http, node); in hs20_spp_update_response()
913 ret_node = soap_send_receive(ctx->http, node); in hs20_spp_update_response()
/hostap-latest/src/utils/
Dhttp-utils.h44 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
Dhttp_curl.c1483 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive() function