/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ralink.c | 524 struct iw_event iwe_buf, *iwe = &iwe_buf; local 539 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 549 char *dpos = (char *) &iwe_buf.u.data.length; 550 int dlen = dpos - (char *) &iwe_buf; 554 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event)); [all...] |
driver_wext.c | 494 struct iw_event iwe_buf, *iwe = &iwe_buf; local 503 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 517 char *dpos = (char *) &iwe_buf.u.data.length; 518 int dlen = dpos - (char *) &iwe_buf; 522 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event)); 1622 struct iw_event iwe_buf, *iwe = &iwe_buf; local [all...] |
driver_nl80211.c | 628 struct iw_event iwe_buf, *iwe = &iwe_buf; local 637 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 651 char *dpos = (char *) &iwe_buf.u.data.length; 652 int dlen = dpos - (char *) &iwe_buf; 656 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event)); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_atheros.c | 1007 struct iw_event iwe_buf, *iwe = &iwe_buf; local 1016 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 1028 char *dpos = (char *) &iwe_buf.u.data.length; 1029 int dlen = dpos - (char *) &iwe_buf; 1033 memcpy(&iwe_buf, pos, sizeof(struct iw_event)); [all...] |
driver_hostap.c | 821 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));
|
driver_madwifi.c | 937 struct iw_event iwe_buf, *iwe = &iwe_buf; local 946 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 957 char *dpos = (char *) &iwe_buf.u.data.length; 958 int dlen = dpos - (char *) &iwe_buf; 962 memcpy(&iwe_buf, pos, sizeof(struct iw_event)); [all...] |
driver_wext.c | 441 struct iw_event iwe_buf, *iwe = &iwe_buf; local 450 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 464 char *dpos = (char *) &iwe_buf.u.data.length; 465 int dlen = dpos - (char *) &iwe_buf; 469 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event)); 1430 struct iw_event iwe_buf, *iwe = &iwe_buf; local [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 327 struct iw_event iwe_buf, *iwe = &iwe_buf; local 336 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 351 char *dpos = (char *) &iwe_buf.u.data.length; 352 int dlen = dpos - (char *) &iwe_buf; 356 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event)); [all...] |