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

  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 817 struct iw_event iwe_buf, *iwe = &iwe_buf; local
826 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
837 char *dpos = (char *) &iwe_buf.u.data.length;
838 int dlen = dpos - (char *) &iwe_buf;
842 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
driver_atheros.c 1445 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
driver_wext.c 416 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));
1502 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]

Completed in 59 milliseconds