/external/wpa_supplicant_8/src/wps/ |
http_client.c | 258 struct wpabuf *req_buf = NULL; local 267 req_buf = wpabuf_alloc(os_strlen(url) + 1000); 268 if (req_buf == NULL) { 272 req = req_buf; 288 wpabuf_free(req_buf);
|
/external/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst 274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 291 char *buf = dst->req_buf; 550 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst 704 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 724 char *buf = dst->req_buf;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst 274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 291 char *buf = dst->req_buf; 551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst 705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 725 char *buf = dst->req_buf;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 75 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst 274 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 291 char *buf = dst->req_buf; 551 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst 705 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 725 char *buf = dst->req_buf;
|