Home
last modified time | relevance | path

Searched refs:req_buf (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dhttp_client.c246 struct wpabuf *req_buf = NULL; in http_client_url() local
255 req_buf = wpabuf_alloc(os_strlen(url) + 1000); in http_client_url()
256 if (req_buf == NULL) { in http_client_url()
260 req = req_buf; in http_client_url()
276 wpabuf_free(req_buf); in http_client_url()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c69 char req_buf[REQUEST_BUFSIZE]; member
268 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), in ctrl_iface_write_completed()
285 char *buf = dst->req_buf; in wpa_supplicant_ctrl_iface_rx()
548 char req_buf[REQUEST_BUFSIZE]; member
702 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), in global_iface_write_completed()
722 char *buf = dst->req_buf; in wpa_supplicant_global_iface_rx()
/external/igt-gpu-tools/lib/
Digt_chamelium_stream.c368 void *req_buf, size_t req_len, in chamelium_stream_call() argument
371 if (!chamelium_stream_write_request(client, type, req_buf, req_len)) in chamelium_stream_call()