Searched defs:http (Results 476 - 482 of 482) sorted by path

<<11121314151617181920

/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c28 #include "http-utils.h"
1392 long http = 0; local
1417 curl_easy_getinfo(ctx->curl, CURLINFO_RESPONSE_CODE, &http);
1418 wpa_printf(MSG_DEBUG, "SOAP: Server response code %ld", http);
1419 if (http != 200) {
1421 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http);
1505 long http = 0; local
1546 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http);
1547 wpa_printf(MSG_DEBUG, "curl: Server response code %ld", http);
1548 if (http !
1570 long http = 0; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_er.h29 struct http_client *http; member in struct:wps_er_sta
39 struct http_client *http; member in struct:wps_er_ap
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser-android.c69 struct http_server *http; local
90 http = http_server_init(&addr, 12345, http_req, &data);
91 if (http == NULL) {
100 http_server_deinit(http);
108 http_server_deinit(http);
H A Dbrowser-system.c69 struct http_server *http; local
88 http = http_server_init(&addr, 12345, http_req, &data);
89 if (http == NULL) {
98 http_server_deinit(http);
106 http_server_deinit(http);
H A Dbrowser-wpadebug.c70 struct http_server *http; local
93 http = http_server_init(&addr, 12345, http_req, &data);
94 if (http == NULL) {
103 http_server_deinit(http);
111 http_server_deinit(http);
H A Dhttp_curl.c28 #include "http-utils.h"
1392 long http = 0; local
1417 curl_easy_getinfo(ctx->curl, CURLINFO_RESPONSE_CODE, &http);
1418 wpa_printf(MSG_DEBUG, "SOAP: Server response code %ld", http);
1419 if (http != 200) {
1421 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http);
1505 long http = 0; local
1546 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http);
1547 wpa_printf(MSG_DEBUG, "curl: Server response code %ld", http);
1548 if (http !
1570 long http = 0; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er.h29 struct http_client *http; member in struct:wps_er_sta
39 struct http_client *http; member in struct:wps_er_ap

Completed in 236 milliseconds

<<11121314151617181920