HomeSort by relevance Sort by last modified time
    Searched refs:http_client (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/wps/
http_client.h 2 * http_client - HTTP client
18 struct http_client;
29 struct http_client * http_client_addr(struct sockaddr_in *dst,
32 struct http_client *c,
35 struct http_client * http_client_url(const char *url,
38 struct http_client *c,
41 void http_client_free(struct http_client *c);
42 struct wpabuf * http_client_get_body(struct http_client *c);
43 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
http_client.c 2 * http_client - HTTP client
21 #include "http_client.h"
27 struct http_client { struct
34 void (*cb)(void *ctx, struct http_client *c,
44 struct http_client *c = eloop_data;
53 struct http_client *c = cookie;
92 struct http_client *c = eloop_ctx;
136 struct http_client * http_client_addr(struct sockaddr_in *dst,
139 struct http_client *c,
143 struct http_client *c
    [all...]
wps_er.h 35 struct http_client *http;
45 struct http_client *http;
wps_upnp_event.c 17 #include "http_client.h"
55 struct http_client *http_event;
212 static void event_http_cb(void *ctx, struct http_client *c,
wps_er.c 22 #include "http_client.h"
198 static void wps_er_http_unsubscribe_cb(void *ctx, struct http_client *c,
407 static void wps_er_http_subscribe_cb(void *ctx, struct http_client *c,
567 static void wps_er_http_dev_desc_cb(void *ctx, struct http_client *c,
843 static void wps_er_http_put_wlan_response_cb(void *ctx, struct http_client *c,
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 390 OBJS += src/wps/http_client.c
Makefile 357 OBJS += ../src/wps/http_client.o
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 566 OBJS += ../src/wps/http_client.o
    [all...]

Completed in 1528 milliseconds