Home | History | Annotate | Download | only in wps

Lines Matching refs:http

84 	http_client_free(sta->http);
156 http_client_free(ap->http);
157 ap->http = NULL;
210 http_client_free(ap->http);
211 ap->http = NULL;
233 if (ap->http) {
234 wpa_printf(MSG_DEBUG, "WPS ER: Pending HTTP request - cannot "
252 "UNSUBSCRIBE %s HTTP/1.1\r\n"
261 ap->http = http_client_addr(&dst, req, 1000,
263 if (ap->http == NULL) {
341 http_client_free(ap->http);
342 ap->http = NULL;
420 http_client_free(ap->http);
421 ap->http = NULL;
436 if (ap->http) {
437 wpa_printf(MSG_DEBUG, "WPS ER: Pending HTTP request - cannot "
454 "SUBSCRIBE %s HTTP/1.1\r\n"
456 "CALLBACK: <http://%s:%d/event/%u/%u>\r\n"
467 ap->http = http_client_addr(&dst, req, 1000, wps_er_http_subscribe_cb,
469 if (ap->http == NULL)
630 http_client_free(ap->http);
631 ap->http = NULL;
671 ap->http = http_client_url(ap->location, NULL, 10000,
718 "HTTP/1.1 404 Not Found\r\n"
737 "HTTP/1.1 200 OK\r\n"
879 http_client_free(sta->http);
880 sta->http = NULL;
886 "<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\" "
887 "s:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\n"
921 "POST %s HTTP/1.1\r\n"
969 if (sta->http) {
970 wpa_printf(MSG_DEBUG, "WPS ER: Pending HTTP request for STA - "
1002 sta->http = http_client_addr(&dst, buf, 1000,
1004 if (sta->http == NULL)
1159 wpa_printf(MSG_DEBUG, "WPS ER: HTTP event from unknown AP id "
1164 wpa_printf(MSG_MSGDUMP, "WPS ER: HTTP event from AP id %u: %s",
1196 wpa_printf(MSG_DEBUG, "WPS ER: HTTP event for an "
1206 wpa_printf(MSG_DEBUG, "WPS ER: Unknown HTTP NOTIFY for '%s'",
1220 wpa_printf(MSG_DEBUG, "WPS ER: HTTP request: '%s' (type %d) from "
1230 wpa_printf(MSG_DEBUG, "WPS ER: Unsupported HTTP request type "
1238 "HTTP/1.1 501 Unimplemented\r\n"
1317 wpa_printf(MSG_INFO, "WPS UPnP: HTTP initialization failed");
1411 http_client_free(ap->http);
1412 ap->http = NULL;
1432 if (ap->http) {
1433 wpa_printf(MSG_DEBUG, "WPS ER: Pending HTTP request for AP - "
1458 ap->http = http_client_addr(&dst, buf, 1000,
1460 if (ap->http == NULL)
1672 http_client_free(ap->http);
1673 ap->http = NULL;
1701 if (ap->http) {
1702 wpa_printf(MSG_DEBUG, "WPS ER: Pending HTTP operation ongoing "
1726 ap->http = http_client_addr(&dst, buf, 10000,
1728 if (ap->http == NULL) {
1854 http_client_free(ap->http);
1855 ap->http = NULL;
1873 if (ap->http) {
1874 wpa_printf(MSG_DEBUG, "WPS ER: Pending HTTP operation ongoing "
1898 ap->http = http_client_addr(&dst, buf, 10000,
1900 if (ap->http == NULL) {