Searched defs:url (Results 1 - 25 of 2522) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c627 const char *url; local
631 url = cmd + 17;
632 if (*url == '\0') {
633 url = NULL;
635 if (*url != ' ')
637 url++;
638 if (*url == '\0')
639 url = NULL;
642 return hs20_send_wnm_notification(hapd, addr, 1, url);
829 const char *url, *timerst local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhs20.c95 u8 osu_method, const char *url)
104 if (url) {
105 len = 1 + os_strlen(url);
108 "WNM-Notification: '%s'", url);
127 if (url) {
129 wpabuf_put_data(buf, url, len - 1);
94 hs20_send_wnm_notification(struct hostapd_data *hapd, const u8 *addr, u8 osu_method, const char *url) argument
H A Dwnm_ap.c252 const char *url)
259 if (url)
260 url_len = os_strlen(url);
279 if (url) {
281 os_memcpy(pos, url, url_len);
440 struct sta_info *sta, const char *url,
467 url_len = os_strlen(url);
471 os_memcpy(pos, url, url_len);
249 ieee802_11_send_bss_trans_mgmt_request(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, const char *url) argument
439 wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd, struct sta_info *sta, const char *url, int disassoc_timer) argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser-android.c34 const char *url; local
37 url = http_request_get_uri(req);
38 wpa_printf(MSG_INFO, "Browser response received: %s", url);
40 if (os_strcmp(url, "/") == 0) {
43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
44 data->success = atoi(url + 5);
65 int hs20_web_browser(const char *url) argument
73 wpa_printf(MSG_INFO, "Launching Android browser to %s", url);
79 "-n com.android.browser/.BrowserActivity", url);
H A Dbrowser-system.c34 const char *url; local
37 url = http_request_get_uri(req);
38 wpa_printf(MSG_INFO, "Browser response received: %s", url);
40 if (os_strcmp(url, "/") == 0) {
43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
44 data->success = atoi(url + 5);
65 int hs20_web_browser(const char *url) argument
73 wpa_printf(MSG_INFO, "Launching Android browser to %s", url);
77 ret = os_snprintf(cmd, sizeof(cmd), "x-www-browser '%s' &", url);
95 if (os_exec("/usr/bin/x-www-browser", url,
[all...]
H A Dbrowser-wpadebug.c34 const char *url; local
37 url = http_request_get_uri(req);
38 wpa_printf(MSG_INFO, "Browser response received: %s", url);
40 if (os_strcmp(url, "/") == 0) {
43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
44 data->success = atoi(url + 5);
66 int hs20_web_browser(const char *url) argument
74 wpa_printf(MSG_INFO, "Launching wpadebug browser to %s", url);
82 "-e w1.fi.wpadebug.URL '%s'", url);
H A Dbrowser.c151 int hs20_web_browser(const char *url) argument
209 webkit_web_view_load_uri(view, url);
H A Dbrowser.h13 static inline int hs20_web_browser(const char *url) argument
18 int hs20_web_browser(const char *url);
H A Dhttp_curl.c1499 int http_download_file(struct http_ctx *ctx, const char *url, argument
1510 url, fname, ca_fname);
1521 curl_easy_setopt(curl, CURLOPT_URL, url);
1563 char * http_post(struct http_ctx *ctx, const char *url, const char *data, argument
1577 wpa_printf(MSG_DEBUG, "curl: HTTP POST to %s", url);
1578 curl = setup_curl_post(ctx, url, ca_fname, username, password,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.c193 char * http_client_url_parse(const char *url, struct sockaddr_in *dst, argument
198 u = os_strdup(url);
221 url, addr, port);
242 struct http_client * http_client_url(const char *url, argument
254 if (os_strncmp(url, "http://", 7) != 0)
256 u = http_client_url_parse(url, &dst, &path);
261 req_buf = wpabuf_alloc(os_strlen(url) + 1000);
323 char * http_link_update(char *url, const char *base) argument
332 if (url == NULL)
335 if (os_strncmp(url, "htt
[all...]
H A Dwps_er.c225 char *url, *path; local
239 url = http_client_url_parse(ap->event_sub_url, &dst, &path);
240 if (url == NULL) {
247 os_free(url);
257 os_free(url);
430 char *url, *path; local
443 url = http_client_url_parse(ap->event_sub_url, &dst, &path);
444 if (url == NULL) {
451 os_free(url);
464 os_free(url);
968 char *url, *path; local
1426 char *url, *path; local
1696 char *url, *path; local
1859 char *url, *path; local
[all...]
H A Dwps_upnp.c303 /* subscr_addr_add_url -- add address(es) for one url to subscription */
304 static void subscr_addr_add_url(struct subscription *s, const char *url, argument
320 /* url MUST begin with http: */
321 if (url_len < 7 || os_strncasecmp(url, "http://", 7))
323 url += 7;
327 scratch_mem = dup_binstr(url, url_len);
415 * Each url is enclosed by angle brackets.
/external/wpa_supplicant_8/hs20/client/
H A Dest.c95 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url) argument
103 buflen = os_strlen(url) + 100;
108 os_snprintf(buf, buflen, "%s/cacerts", url);
541 int est_build_csr(struct hs20_osu_client *ctx, const char *url) argument
550 buflen = os_strlen(url) + 100;
555 os_snprintf(buf, buflen, "%s/csrattrs", url);
615 int est_simple_enroll(struct hs20_osu_client *ctx, const char *url, argument
641 buflen = os_strlen(url) + 100;
649 os_snprintf(buf, buflen, "%s/simplereenroll", url);
657 os_snprintf(buf, buflen, "%s/simpleenroll", url);
[all...]
H A Doma_dm_client.c109 const char *url, int msgid)
123 oma_dm_add_locuri(ctx, synchdr, "Target", url);
293 const char *url, int msgid, const char *oper)
299 syncml = oma_dm_build_hdr(ctx, url, msgid);
331 const char *url, int msgid)
335 syncml = build_oma_dm_1(ctx, url, msgid, DM_HS20_SUBSCRIPTION_CREATION);
344 const char *url, int msgid)
348 syncml = build_oma_dm_1(ctx, url, msgid,
358 const char *url, int msgid)
362 syncml = build_oma_dm_1(ctx, url, msgi
108 oma_dm_build_hdr(struct hs20_osu_client *ctx, const char *url, int msgid) argument
292 build_oma_dm_1(struct hs20_osu_client *ctx, const char *url, int msgid, const char *oper) argument
330 build_oma_dm_1_sub_reg(struct hs20_osu_client *ctx, const char *url, int msgid) argument
343 build_oma_dm_1_sub_prov(struct hs20_osu_client *ctx, const char *url, int msgid) argument
357 build_oma_dm_1_pol_upd(struct hs20_osu_client *ctx, const char *url, int msgid) argument
370 build_oma_dm_1_sub_rem(struct hs20_osu_client *ctx, const char *url, int msgid) argument
910 oma_dm_send_recv(struct hs20_osu_client *ctx, const char *url, xml_node_t *syncml, const char *ext_hdr, const char *username, const char *password, const char *client_cert, const char *client_key) argument
964 oma_dm_process(struct hs20_osu_client *ctx, const char *url, xml_node_t *resp, int msgid, char **ret_resp_uri, xml_node_t *pps, const char *pps_fname) argument
1126 cmd_oma_dm_prov(struct hs20_osu_client *ctx, const char *url) argument
1163 cmd_oma_dm_sim_prov(struct hs20_osu_client *ctx, const char *url) argument
[all...]
H A Dosu_client.c106 char *url, *user = NULL, *pw = NULL; local
129 url = xml_node_get_text(ctx->xml, node);
130 if (url == NULL) {
134 wpa_printf(MSG_INFO, "enrollmentServerURI: %s", url);
135 write_summary(ctx, "enrollmentServerURI: %s", url);
167 if (est_load_cacerts(ctx, url) < 0 ||
168 est_build_csr(ctx, url) < 0 ||
169 est_simple_enroll(ctx, url, user, pw) < 0)
174 xml_node_get_text_free(ctx->xml, url);
273 char *url, *has local
1858 char url[256]; member in struct:osu_data
2000 osu_connect(struct hs20_osu_client *ctx, const char *bssid, const char *ssid, const char *url, unsigned int methods, int no_prod_assoc, const char *osu_nai) argument
2652 get_hostname(const char *url) argument
[all...]
H A Dspp_client.c945 int cmd_prov(struct hs20_osu_client *ctx, const char *url) argument
950 if (url == NULL) {
958 ctx->server_url = os_strdup(url);
960 if (soap_init_client(ctx->http, url, ctx->ca_fname, NULL, NULL, NULL,
970 int cmd_sim_prov(struct hs20_osu_client *ctx, const char *url) argument
972 if (url == NULL) {
980 ctx->server_url = os_strdup(url);
988 if (soap_init_client(ctx->http, url, ctx->ca_fname, NULL, NULL, NULL,
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c955 char *url; local
956 url = db_get_osu_config_val(ctx, realm, "policy_url");
957 if (url == NULL) {
961 xml_node_set_text(ctx->xml, node, url);
962 free(url);
/external/wpa_supplicant_8/src/ap/
H A Dhs20.c95 u8 osu_method, const char *url)
104 if (url) {
105 len = 1 + os_strlen(url);
108 "WNM-Notification: '%s'", url);
127 if (url) {
129 wpabuf_put_data(buf, url, len - 1);
94 hs20_send_wnm_notification(struct hostapd_data *hapd, const u8 *addr, u8 osu_method, const char *url) argument
H A Dwnm_ap.c252 const char *url)
259 if (url)
260 url_len = os_strlen(url);
279 if (url) {
281 os_memcpy(pos, url, url_len);
440 struct sta_info *sta, const char *url,
467 url_len = os_strlen(url);
471 os_memcpy(pos, url, url_len);
249 ieee802_11_send_bss_trans_mgmt_request(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, const char *url) argument
439 wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd, struct sta_info *sta, const char *url, int disassoc_timer) argument
/external/wpa_supplicant_8/src/utils/
H A Dbrowser-android.c34 const char *url; local
37 url = http_request_get_uri(req);
38 wpa_printf(MSG_INFO, "Browser response received: %s", url);
40 if (os_strcmp(url, "/") == 0) {
43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
44 data->success = atoi(url + 5);
65 int hs20_web_browser(const char *url) argument
73 wpa_printf(MSG_INFO, "Launching Android browser to %s", url);
79 "-n com.android.browser/.BrowserActivity", url);
H A Dbrowser-system.c34 const char *url; local
37 url = http_request_get_uri(req);
38 wpa_printf(MSG_INFO, "Browser response received: %s", url);
40 if (os_strcmp(url, "/") == 0) {
43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
44 data->success = atoi(url + 5);
65 int hs20_web_browser(const char *url) argument
73 wpa_printf(MSG_INFO, "Launching Android browser to %s", url);
77 ret = os_snprintf(cmd, sizeof(cmd), "x-www-browser '%s' &", url);
95 if (os_exec("/usr/bin/x-www-browser", url,
[all...]
H A Dbrowser-wpadebug.c34 const char *url; local
37 url = http_request_get_uri(req);
38 wpa_printf(MSG_INFO, "Browser response received: %s", url);
40 if (os_strcmp(url, "/") == 0) {
43 } else if (os_strncmp(url, "/osu/", 5) == 0) {
44 data->success = atoi(url + 5);
66 int hs20_web_browser(const char *url) argument
74 wpa_printf(MSG_INFO, "Launching wpadebug browser to %s", url);
82 "-e w1.fi.wpadebug.URL '%s'", url);
H A Dbrowser.c151 int hs20_web_browser(const char *url) argument
209 webkit_web_view_load_uri(view, url);
H A Dbrowser.h13 static inline int hs20_web_browser(const char *url) argument
18 int hs20_web_browser(const char *url);

Completed in 197 milliseconds

1234567891011>>