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 826 struct iw_event iwe_buf, *iwe = &iwe_buf; local
835 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
846 char *dpos = (char *) &iwe_buf.u.data.length;
847 int dlen = dpos - (char *) &iwe_buf;
851 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
driver_atheros.c 1380 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
driver_wext.c 427 struct iw_event iwe_buf, *iwe = &iwe_buf; local
436 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
450 char *dpos = (char *) &iwe_buf.u.data.length;
451 int dlen = dpos - (char *) &iwe_buf;
455 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
1512 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]

Completed in 693 milliseconds