HomeSort by relevance Sort by last modified time
    Searched refs:iwe_buf (Results 1 - 8 of 8) 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 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));
1439 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
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 1411 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 494 struct iw_event iwe_buf, *iwe = &iwe_buf; local
503 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
517 char *dpos = (char *) &iwe_buf.u.data.length;
518 int dlen = dpos - (char *) &iwe_buf;
522 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
1622 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [all...]
driver_ralink.c 524 struct iw_event iwe_buf, *iwe = &iwe_buf; local
539 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
549 char *dpos = (char *) &iwe_buf.u.data.length;
550 int dlen = dpos - (char *) &iwe_buf;
554 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
    [all...]
driver_nl80211.c 628 struct iw_event iwe_buf, *iwe = &iwe_buf; local
637 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN);
651 char *dpos = (char *) &iwe_buf.u.data.length;
652 int dlen = dpos - (char *) &iwe_buf;
656 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event));
    [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...]

Completed in 100 milliseconds