/external/wpa_supplicant_8/src/wps/ |
http_client.c | 252 struct wpabuf *req_buf = NULL; local 261 req_buf = wpabuf_alloc(os_strlen(url) + 1000); 262 if (req_buf == NULL) { 266 req = req_buf; 282 wpabuf_free(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 | 69 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_ctrl_dst 268 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 285 char *buf = dst->req_buf; 545 char req_buf[REQUEST_BUFSIZE]; member in struct:wpa_global_dst 699 if (!ReadFileEx(dst->pipe, dst->req_buf, sizeof(dst->req_buf), 719 char *buf = dst->req_buf;
|