Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dhttpread.h69 struct httpread * httpread_create(
Dhttp_server.c79 req->hread = httpread_create(req->fd, http_request_cb, req, in http_request_init()
Dhttp_client.c121 c->hread = httpread_create(c->sd, http_client_got_response, c, in http_client_tx_ready()
Dhttpread.c729 struct httpread * httpread_create( in httpread_create() function