HomeSort by relevance Sort by last modified time
    Searched refs:iwe_buf (Results 1 - 5 of 5) 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 1409 struct iw_event iwe_buf, *iwe = &iwe_buf; local
    [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 599 milliseconds