Searched defs:iwe_buf (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
830 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
841 char *dpos = (char *) &iwe_buf.u.data.length;
842 int dlen = dpos - (char *) &iwe_buf;
846 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_madwifi.c927 struct iw_event iwe_buf, *iwe = &iwe_buf; local
936 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
947 char *dpos = (char *) &iwe_buf.u.data.length;
948 int dlen = dpos - (char *) &iwe_buf;
952 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_atheros.c1486 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1495 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1507 char *dpos = (char *) &iwe_buf.u.data.length;
1508 int dlen = dpos - (char *) &iwe_buf;
1512 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_wext.c423 struct iw_event iwe_buf, *iwe = &iwe_buf; local
432 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
446 char *dpos = (char *) &iwe_buf.u.data.length;
447 int dlen = dpos - (char *) &iwe_buf;
451 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
1419 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1443 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1450 char *dpos = (char *) &iwe_buf
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
830 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
841 char *dpos = (char *) &iwe_buf.u.data.length;
842 int dlen = dpos - (char *) &iwe_buf;
846 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_madwifi.c927 struct iw_event iwe_buf, *iwe = &iwe_buf; local
936 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
947 char *dpos = (char *) &iwe_buf.u.data.length;
948 int dlen = dpos - (char *) &iwe_buf;
952 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_atheros.c1486 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1495 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1507 char *dpos = (char *) &iwe_buf.u.data.length;
1508 int dlen = dpos - (char *) &iwe_buf;
1512 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_wext.c423 struct iw_event iwe_buf, *iwe = &iwe_buf; local
432 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
446 char *dpos = (char *) &iwe_buf.u.data.length;
447 int dlen = dpos - (char *) &iwe_buf;
451 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
1419 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1443 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1450 char *dpos = (char *) &iwe_buf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
830 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
841 char *dpos = (char *) &iwe_buf.u.data.length;
842 int dlen = dpos - (char *) &iwe_buf;
846 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_madwifi.c927 struct iw_event iwe_buf, *iwe = &iwe_buf; local
936 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
947 char *dpos = (char *) &iwe_buf.u.data.length;
948 int dlen = dpos - (char *) &iwe_buf;
952 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_atheros.c1486 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1495 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1507 char *dpos = (char *) &iwe_buf.u.data.length;
1508 int dlen = dpos - (char *) &iwe_buf;
1512 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
H A Ddriver_wext.c423 struct iw_event iwe_buf, *iwe = &iwe_buf; local
432 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
446 char *dpos = (char *) &iwe_buf.u.data.length;
447 int dlen = dpos - (char *) &iwe_buf;
451 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
1419 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1443 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
1450 char *dpos = (char *) &iwe_buf
[all...]

Completed in 139 milliseconds