Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:send_len

283 	size_t reply_len = 0, send_len;
312 send_len = reply_len;
315 send_len = 3;
318 send_len = 5;
322 dst->rsp_buf = os_malloc(send_len);
328 os_memcpy(dst->rsp_buf, send_buf, send_len);
331 if (!WriteFileEx(dst->pipe, dst->rsp_buf, send_len, &dst->overlap,
718 size_t reply_len = 0, send_len;
730 send_len = reply_len;
733 send_len = 5;
741 dst->rsp_buf = os_malloc(send_len);
747 os_memcpy(dst->rsp_buf, send_buf, send_len);
750 if (!WriteFileEx(dst->pipe, dst->rsp_buf, send_len, &dst->overlap,