/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
httpread.h | 2 * httpread - Manage reading file(s) from HTTP/TCP socket 52 struct httpread; 60 void httpread_destroy(struct httpread *h); 75 struct httpread * httpread_create( 77 void (*cb)(struct httpread *handle, void *cookie, 86 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h); 92 char *httpread_uri_get(struct httpread *h); 95 int httpread_reply_code_get(struct httpread *h); 99 int httpread_length_get(struct httpread *h); 105 void * httpread_data_get(struct httpread *h) [all...] |
httpread.c | 2 * httpread - Manage reading file(s) from HTTP/TCP socket 45 #include "httpread.h" 66 struct httpread { struct 69 void (*cb)(struct httpread *handle, void *cookie, 158 void httpread_destroy(struct httpread *h) 183 struct httpread *h = user_ctx; 184 wpa_printf(MSG_DEBUG, "httpread timeout (%p)", h); 194 struct httpread *h, 230 static int httpread_hdr_analyze(struct httpread *h) 403 struct httpread *h = sock_ctx [all...] |
wps_upnp_event.c | 18 #include "httpread.h" 60 struct httpread *hread; /* NULL or open connection for event msg */ 214 static void event_got_response_handler(struct httpread *handle, void *cookie, 220 struct httpread *hread = e->hread;
|
wps_upnp_web.c | 18 #include "httpread.h" 56 struct httpread *hread; /* state machine for reading socket */ [all...] |
/external/wpa_supplicant_8/src/wps/ |
httpread.h | 2 * httpread - Manage reading file(s) from HTTP/TCP socket 46 struct httpread; 54 void httpread_destroy(struct httpread *h); 69 struct httpread * httpread_create( 71 void (*cb)(struct httpread *handle, void *cookie, 80 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h); 86 char *httpread_uri_get(struct httpread *h); 89 int httpread_reply_code_get(struct httpread *h); 93 int httpread_length_get(struct httpread *h); 99 void * httpread_data_get(struct httpread *h) [all...] |
httpread.c | 2 * httpread - Manage reading file(s) from HTTP/TCP socket 39 #include "httpread.h" 60 struct httpread { struct 63 void (*cb)(struct httpread *handle, void *cookie, 152 void httpread_destroy(struct httpread *h) 177 struct httpread *h = user_ctx; 178 wpa_printf(MSG_DEBUG, "httpread timeout (%p)", h); 188 struct httpread *h, 224 static int httpread_hdr_analyze(struct httpread *h) 397 struct httpread *h = sock_ctx [all...] |
http_client.c | 14 #include "httpread.h" 31 struct httpread *hread; 44 static void http_client_got_response(struct httpread *handle, void *cookie, 49 wpa_printf(MSG_DEBUG, "HTTP: httpread callback: handle=%p cookie=%p "
|
http_server.c | 14 #include "httpread.h" 26 struct httpread *hread; 41 static void http_request_cb(struct httpread *handle, void *cookie,
|
wps_upnp_web.c | 16 #include "httpread.h" 718 * Note: we do not keep connections alive (and httpread does [all...] |
wps_er.c | 15 #include "httpread.h" [all...] |
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 434 OBJS += src/wps/httpread.c
|
Makefile | 393 OBJS += ../src/wps/httpread.o
|
/external/wpa_supplicant_6/wpa_supplicant/ |
Android.mk | 559 OBJS += src/wps/httpread.c
|
Makefile | 538 OBJS += ../src/wps/httpread.o
|
/external/wpa_supplicant_8/wpa_supplicant/ |
Android.mk | 638 OBJS += src/wps/httpread.c [all...] |
Makefile | 631 OBJS += ../src/wps/httpread.o [all...] |