/hostap/wpadebug/src/w1/fi/wpadebug/ |
D | WpaWebViewActivity.java | 40 String url = intent.getStringExtra(EXTRA_MESSAGE); in onCreate() local 79 String url = intent.getStringExtra(EXTRA_MESSAGE); in onNewIntent() local 91 public boolean shouldOverrideUrlLoading(WebView view, String url) in shouldOverrideUrlLoading() 102 public void onPageFinished(WebView view, String url) in onPageFinished()
|
/hostap/src/utils/ |
D | browser-system.c | 34 const char *url; in http_req() local 65 int hs20_web_browser(const char *url, int ignore_tls) in hs20_web_browser()
|
D | browser-android.c | 34 const char *url; in http_req() local 65 int hs20_web_browser(const char *url, int ignore_tls) in hs20_web_browser()
|
D | browser-wpadebug.c | 34 const char *url; in http_req() local 66 int hs20_web_browser(const char *url, int ignore_tls) in hs20_web_browser()
|
D | browser.h | 13 static inline int hs20_web_browser(const char *url, int ignore_tls) in hs20_web_browser()
|
D | http_curl.c | 51 const char *url; member 642 int http_download_file(struct http_ctx *ctx, const char *url, in http_download_file() 708 char * http_post(struct http_ctx *ctx, const char *url, const char *data, in http_post()
|
D | browser.c | 292 int hs20_web_browser(const char *url, int ignore_tls) in hs20_web_browser()
|
/hostap/src/wps/ |
D | http_client.c | 187 char * http_client_url_parse(const char *url, struct sockaddr_in *dst, in http_client_url_parse() 236 struct http_client * http_client_url(const char *url, in http_client_url() 317 char * http_link_update(char *url, const char *base) in http_link_update()
|
D | wps_er.c | 225 char *url, *path; in wps_er_ap_unsubscribe() local 429 char *url, *path; in wps_er_subscribe() local 967 char *url, *path; in wps_er_sta_send_msg() local 1425 char *url, *path; in wps_er_send_set_sel_reg() local 1699 char *url, *path; in wps_er_ap_put_message() local 1871 char *url, *path; in wps_er_send_get_device_info() local
|
D | wps_upnp.c | 315 static void subscr_addr_add_url(struct subscription *s, const char *url, in subscr_addr_add_url()
|
/hostap/wpa_supplicant/ |
D | hs20_supplicant.c | 347 u16 reauth_delay, const char *url) in hs20_rx_deauth_imminent_notice() 389 void hs20_rx_t_c_acceptance(struct wpa_supplicant *wpa_s, const char *url) in hs20_rx_t_c_acceptance()
|
D | wnm_sta.c | 1391 char url[256]; in ieee802_11_rx_bss_trans_mgmt_req() local 1693 char *url; in ieee802_11_rx_wnm_notif_req_wfa() local 1726 char *url; in ieee802_11_rx_wnm_notif_req_wfa() local
|
D | notify.c | 1086 const char *url) in wpas_notify_hs20_t_c_acceptance()
|
D | interworking.c | 2897 char url[255]; in interworking_parse_venue_url() local
|
/hostap/src/ap/ |
D | hs20.c | 83 const u8 *addr, const char *url) in hs20_send_wnm_notification_t_c()
|
D | wnm_ap.c | 909 struct sta_info *sta, const char *url, in wnm_send_ess_disassoc_imminent() 962 const char *url, const u8 *nei_rep, size_t nei_rep_len, in wnm_send_bss_tm_req()
|
D | ctrl_iface_ap.c | 1341 const char *url, *timerstr; in hostapd_ctrl_iface_ess_disassoc() local 1382 char *url = NULL; in hostapd_ctrl_iface_bss_tm_req() local
|
D | gas_serv.c | 338 struct hostapd_venue_url *url; in anqp_add_venue_url() local
|
/hostap/hs20/client/ |
D | osu_client.c | 79 char *url, *hash; in download_cert() local
|
/hostap/wpa_supplicant/dbus/ |
D | dbus_new.h | 708 const char *url) in wpas_dbus_signal_hs20_t_c_acceptance()
|
D | dbus_new.c | 5400 const char *url) in wpas_dbus_signal_hs20_t_c_acceptance()
|
/hostap/hostapd/ |
D | config_file.c | 1381 struct hostapd_venue_url *url; in parse_venue_url() local
|
/hostap/src/radius/ |
D | radius_server.c | 865 const char *url = data->t_c_server_url, *pos; in radius_server_encapsulate_eap() local
|
/hostap/src/crypto/ |
D | tls_wolfssl.c | 1834 int ocsp_status_cb(void *unused, const char *url, int url_sz, in ocsp_status_cb()
|
/hostap/tests/hwsim/ |
D | test_ap_hs20.py | 2669 def _test_ap_hs20_deauth_req_from_radius(dev, apdev, url=False): argument
|