/hostap-3.7.0/wpa_supplicant/wpa_gui-qt4/icons/ |
D | README | 21 http://openclipart.org/media/files/mystica/8390 34 http://openclipart.org/media/files/metalmarious/4056 45 http://www.openclipart.org/detail/25428 46 http://www.openclipart.org/people/Anonymous/Anonymous_Network.svg 64 http://www.openclipart.org/detail/974 65 http://www.openclipart.org/people/jean_victor_balin/jean_victor_balin_unknown_green.svg
|
/hostap-3.7.0/src/utils/ |
D | browser-system.c | 67 struct http_server *http; in hs20_web_browser() local 81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser() 82 if (http == NULL) { in hs20_web_browser() 91 http_server_deinit(http); in hs20_web_browser() 113 http_server_deinit(http); in hs20_web_browser()
|
D | browser-android.c | 67 struct http_server *http; in hs20_web_browser() local 81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser() 82 if (http == NULL) { in hs20_web_browser() 91 http_server_deinit(http); in hs20_web_browser() 117 http_server_deinit(http); in hs20_web_browser()
|
D | browser-wpadebug.c | 68 struct http_server *http; in hs20_web_browser() local 82 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser() 83 if (http == NULL) { in hs20_web_browser() 92 http_server_deinit(http); in hs20_web_browser() 126 http_server_deinit(http); in hs20_web_browser()
|
D | http_curl.c | 1509 long http = 0; in soap_send_receive() local 1534 curl_easy_getinfo(ctx->curl, CURLINFO_RESPONSE_CODE, &http); in soap_send_receive() 1535 wpa_printf(MSG_DEBUG, "SOAP: Server response code %ld", http); in soap_send_receive() 1536 if (http != 200) { in soap_send_receive() 1538 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http); in soap_send_receive() 1622 long http = 0; in http_download_file() local 1663 curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &http); in http_download_file() 1664 wpa_printf(MSG_DEBUG, "curl: Server response code %ld", http); in http_download_file() 1665 if (http != 200) { in http_download_file() 1667 wpa_printf(MSG_INFO, "HTTP download failed - code %ld", http); in http_download_file() [all …]
|
/hostap-3.7.0/src/wps/ |
D | wps_er.c | 84 http_client_free(sta->http); in wps_er_sta_free() 156 http_client_free(ap->http); in wps_er_ap_free() 157 ap->http = NULL; in wps_er_ap_free() 210 http_client_free(ap->http); in wps_er_http_unsubscribe_cb() 211 ap->http = NULL; in wps_er_http_unsubscribe_cb() 233 if (ap->http) { in wps_er_ap_unsubscribe() 261 ap->http = http_client_addr(&dst, req, 1000, in wps_er_ap_unsubscribe() 263 if (ap->http == NULL) { in wps_er_ap_unsubscribe() 341 http_client_free(ap->http); in wps_er_ap_remove_entry() 342 ap->http = NULL; in wps_er_ap_remove_entry() [all …]
|
D | wps_er.h | 29 struct http_client *http; member 39 struct http_client *http; member
|
/hostap-3.7.0/hs20/client/ |
D | spp_client.c | 359 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() 449 if (soap_reinit_client(ctx->http) < 0) 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() 762 const char *err = http_get_err(ctx->http); in spp_post_dev_data() 796 if (soap_init_client(ctx->http, address, ctx->ca_fname, in spp_sub_rem() 904 ret_node = soap_send_receive(ctx->http, node); in hs20_spp_update_response() 906 if (soap_reinit_client(ctx->http) < 0) in hs20_spp_update_response() [all …]
|
D | est.c | 138 http_ocsp_set(ctx->http, 1); in est_load_cacerts() 139 res = http_download_file(ctx->http, buf, "Cert/est-cacerts.txt", in est_load_cacerts() 141 http_ocsp_set(ctx->http, in est_load_cacerts() 620 http_ocsp_set(ctx->http, 1); in est_build_csr() 621 res = http_download_file(ctx->http, buf, "Cert/est-csrattrs.txt", in est_build_csr() 623 http_ocsp_set(ctx->http, in est_build_csr() 720 http_ocsp_set(ctx->http, 1); in est_simple_enroll() 721 resp = http_post(ctx->http, buf, req, "application/pkcs10", in est_simple_enroll() 725 http_ocsp_set(ctx->http, in est_simple_enroll()
|
D | osu_client.h | 29 struct http_ctx *http; member
|
D | osu_client.c | 341 http_ocsp_set(ctx->http, 1); in download_cert() 342 res = http_download_file(ctx->http, url, TMP_CERT_DL_FILE, NULL); in download_cert() 343 http_ocsp_set(ctx->http, in download_cert() 3101 ctx->http = http_init_ctx(ctx, ctx->xml); in init_ctx() 3102 if (ctx->http == NULL) { in init_ctx() 3106 http_ocsp_set(ctx->http, 2); in init_ctx() 3107 http_set_cert_cb(ctx->http, osu_cert_cb, ctx); in init_ctx() 3117 http_deinit_ctx(ctx->http); in deinit_ctx() 3148 http_ocsp_set(ctx->http, 1); in check_workarounds() 3417 http_parse_x509_certificate(ctx.http, argv[optind + 1]); in main()
|
/hostap-3.7.0/tests/hwsim/auth_serv/ |
D | openssl2.cnf | 93 authorityInfoAccess = OCSP;URI:http://server.w1.fi:8888/ 123 authorityInfoAccess = OCSP;URI:http://server.w1.fi:8888/ 133 authorityInfoAccess = OCSP;URI:http://server.w1.fi:8888/ 144 authorityInfoAccess = OCSP;URI:http://server.w1.fi:8888/
|
/hostap-3.7.0/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 23 (http://www.ieee802.org/11/) has worked to address the flaws of 28 <para>Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version 35 (http://www.wi-fi.org/OpenSection/protected_access.asp).</para>
|
/hostap-3.7.0/wpa_supplicant/ |
D | README-Windows.txt | 13 (http://winpcap.polito.it/) is installed for accessing packets and the 56 downloaded from http://www.winpcap.org/install/bin/WpdPack_4_0_2.zip. The 65 http://www.openssl.org/source/openssl-0.9.8i.tar.gz and built and 75 http://www.slproweb.com/products/Win32OpenSSL.html instead of building 94 http://winpcap.polito.it/install/default.htm is needed. 240 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/ace_strings.asp 242 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/sid_strings.asp
|
D | nmake.mak | 11 # (http://www.winpcap.org/install/bin/WpdPack_3_1.zip) 15 # (http://www.openssl.org/source/openssl-0.9.8a.tar.gz)
|
/hostap-3.7.0/tests/hwsim/ |
D | example-setup.txt | 22 http://releases.ubuntu.com/14.04.1/ubuntu-14.04.1-server-amd64.iso 47 wget http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.19-rc1/backports-3.19-rc1-… 93 wget http://kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2014.10.07.tar.xz 176 http://buildbot.w1.fi/backports-wireless-testing/backports-wireless-testing-2015-01-18-ba3f765.tar.…
|
/hostap-3.7.0/hs20/server/ca/ |
D | ocsp-req.sh | 5 …other demoCA/cacert.pem -trust_other -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
|
D | ocsp-update-cache.sh | 10 -url http://localhost:8888/ \
|
/hostap-3.7.0/hostapd/logwatch/ |
D | README | 9 More information about logwatch is available from http://www.logwatch.org/
|
/hostap-3.7.0/ |
D | CONTRIBUTIONS | 16 also available from http://developercertificate.org/). 37 http://lists.infradead.org/mailman/listinfo/hostap 99 ===[ start quote from http://developercertificate.org/ ]======================= 138 ===[ end quote from http://developercertificate.org/ ]=========================
|
/hostap-3.7.0/doc/ |
D | mainpage.doxygen | 18 http://w1.fi/wpa_supplicant/. This developers' documentation is also 20 http://w1.fi/wpa_supplicant/wpa_supplicant-devel.pdf .
|
/hostap-3.7.0/hostapd/ |
D | README | 73 (http://w1.fi/hostap-driver.html) 142 FreeRADIUS (http://www.freeradius.org/). The Authenticator in hostapd 193 (http://www.freeradius.org/) has been successfully tested with hostapd 232 of IEEE 802.11 working group (http://www.ieee802.org/11/) has worked 238 Wi-Fi Alliance (http://www.wi-fi.org/) used a draft version of the
|
/hostap-3.7.0/wpadebug/src/w1/fi/wpadebug/ |
D | WpaWebViewActivity.java | 16 import android.net.http.SslError;
|
/hostap-3.7.0/eap_example/ |
D | server.pem | 34 OCSP - URI:http://server.w1.fi:8888/
|
/hostap-3.7.0/hs20/server/ |
D | hs20-osu-server.txt | 118 -m local -u http://$old_hostname:8888/ 141 # http://www.openmobilealliance.org/tech/DTD/dm_ddf-v1_2.dtd
|