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

  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 819 struct iw_event iwe_buf, *iwe = &iwe_buf; local
828 memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
839 char *dpos = (char *) &iwe_buf.u.data.length;
840 int dlen = dpos - (char *) &iwe_buf;
844 memcpy(&iwe_buf, pos, sizeof(struct iw_event));
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));
1513 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
driver_atheros.c 1392 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]

Completed in 62 milliseconds