Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A Dhttp_client.h23 struct http_client * http_client_addr(struct sockaddr_in *dst,
H A Dhttp_client.c130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr() function
274 c = http_client_addr(&dst, req, max_response, cb, cb_ctx); in http_client_url()
H A Dwps_er.c261 ap->http = http_client_addr(&dst, req, 1000, in wps_er_ap_unsubscribe()
467 ap->http = http_client_addr(&dst, req, 1000, wps_er_http_subscribe_cb, in wps_er_subscribe()
1002 sta->http = http_client_addr(&dst, buf, 1000, in wps_er_sta_send_msg()
1458 ap->http = http_client_addr(&dst, buf, 1000, in wps_er_send_set_sel_reg()
1726 ap->http = http_client_addr(&dst, buf, 10000, in wps_er_ap_put_message()
1898 ap->http = http_client_addr(&dst, buf, 10000, in wps_er_send_get_device_info()
H A Dwps_upnp_event.c301 e->http_event = http_client_addr(&e->addr->saddr, buf, 0, in event_send_start()