Home
last modified time | relevance | path

Searched refs:http_client_addr (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_client.h23 struct http_client * http_client_addr(struct sockaddr_in *dst,
Dhttp_client.c130 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()
Dwps_er.c261 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()
Dwps_upnp_event.c302 e->http_event = http_client_addr(&e->addr->saddr, buf, 0, in event_send_start()