HomeSort by relevance Sort by last modified time
    Searched defs:ie_length (Results 1 - 2 of 2) 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 );
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 121 uint32 ie_length; member in struct:wl_bss_info
    [all...]

Completed in 467 milliseconds