Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:send_len

289 	size_t reply_len = 0, send_len;
318 send_len = reply_len;
321 send_len = 3;
324 send_len = 5;
328 dst->rsp_buf = os_malloc(send_len);
334 os_memcpy(dst->rsp_buf, send_buf, send_len);
337 if (!WriteFileEx(dst->pipe, dst->rsp_buf, send_len, &dst->overlap,
724 size_t reply_len = 0, send_len;
736 send_len = reply_len;
739 send_len = 5;
747 dst->rsp_buf = os_malloc(send_len);
753 os_memcpy(dst->rsp_buf, send_buf, send_len);
756 if (!WriteFileEx(dst->pipe, dst->rsp_buf, send_len, &dst->overlap,