Searched refs:http_client_addr (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | http_client.h | 23 struct http_client * http_client_addr(struct sockaddr_in *dst,
|
D | http_client.c | 130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr() function 280 c = http_client_addr(&dst, req, max_response, cb, cb_ctx); in http_client_url()
|
D | wps_er.c | 261 ap->http = http_client_addr(&dst, req, 1000, in wps_er_ap_unsubscribe() 468 ap->http = http_client_addr(&dst, req, 1000, wps_er_http_subscribe_cb, in wps_er_subscribe() 1003 sta->http = http_client_addr(&dst, buf, 1000, in wps_er_sta_send_msg() 1459 ap->http = http_client_addr(&dst, buf, 1000, in wps_er_send_set_sel_reg() 1723 ap->http = http_client_addr(&dst, buf, 10000, in wps_er_ap_put_message() 1886 ap->http = http_client_addr(&dst, buf, 10000, in wps_er_send_get_device_info()
|
D | wps_upnp_event.c | 302 e->http_event = http_client_addr(&e->addr->saddr, buf, 0, in event_send_start()
|