HomeSort by relevance Sort by last modified time
    Searched refs:iwe_buf (Results 1 - 4 of 4) sorted by null

  /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_wext.c 423 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
    [all...]
driver_madwifi.c 927 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));
    [all...]
driver_atheros.c 1486 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]

Completed in 357 milliseconds