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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c 249 TI_UINT16 ie_length = ((union iwreq_data *)iw_req)->data.length; local
252 if ((ie_length == 0) && (ie_content == NULL)) {
254 } else if ((ie_content != NULL) && (ie_length <= RSN_MAX_GENERIC_IE_LENGTH) && (ie_length > 0)) {
256 my_command.in_buffer = os_memoryAlloc(drv, ie_length);
257 os_memoryCopyFromUser(drv, my_command.in_buffer, ie_content, ie_length );
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 472 (u8 *) wbi + sizeof(*wbi), wbi->ie_length);
474 for (left = wbi->ie_length; left > 0;
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 107 uint32 ie_length; member in struct:wl_bss_info_108
142 uint32 ie_length; member in struct:wl_bss_info
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 107 uint32 ie_length; member in struct:wl_bss_info_108
142 uint32 ie_length; member in struct:wl_bss_info
    [all...]

Completed in 365 milliseconds