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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 634 int allocated_size, rates_allocated_size; local
654 allocated_size = pParam->content.uBssidListSize;
657 my_list = os_memoryAlloc (pCmdInterpret->hOs, allocated_size);
666 pParam->paramLength = allocated_size;
682 os_memoryFree (pCmdInterpret->hOs, my_list, allocated_size);
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 552 int allocated_size; local
573 allocated_size = pParam->content.uBssidListSize;
576 my_list = os_memoryAlloc (pCmdInterpret->hOs, allocated_size);
585 pParam->paramLength = allocated_size;
756 os_memoryFree (pCmdInterpret->hOs, my_list, allocated_size);
    [all...]

Completed in 20 milliseconds