Searched refs:iwe_buf (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_wext.c416 struct iw_event iwe_buf, *iwe = &iwe_buf; local
425 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
439 char *dpos = (char *) &iwe_buf.u.data.length;
440 int dlen = dpos - (char *) &iwe_buf;
444 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
1504 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1528 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1535 char *dpos = (char *) &iwe_buf
[all...]
H A Ddriver_hostap.c824 struct iw_event iwe_buf, *iwe = &iwe_buf; local
833 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
844 char *dpos = (char *) &iwe_buf.u.data.length;
845 int dlen = dpos - (char *) &iwe_buf;
849 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_atheros.c1493 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1502 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1514 char *dpos = (char *) &iwe_buf.u.data.length;
1515 int dlen = dpos - (char *) &iwe_buf;
1519 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));

Completed in 200 milliseconds