/external/wpa_supplicant_8/src/drivers/ |
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 | 931 struct iw_event iwe_buf, *iwe = &iwe_buf; local 940 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 951 char *dpos = (char *) &iwe_buf.u.data.length; 952 int dlen = dpos - (char *) &iwe_buf; 956 memcpy(&iwe_buf, pos, sizeof(struct iw_event)); [all...] |
driver_atheros.c | 1409 struct iw_event iwe_buf, *iwe = &iwe_buf; local [all...] |
driver_wext.c | 435 struct iw_event iwe_buf, *iwe = &iwe_buf; local 444 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); 458 char *dpos = (char *) &iwe_buf.u.data.length; 459 int dlen = dpos - (char *) &iwe_buf; 463 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event)); 1437 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...] |