HomeSort by relevance Sort by last modified time
    Searched full:bytesreturned (Results 1 - 1 of 1) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_event.c 278 tiUINT32 bytesReturned;
289 res = IPC_DeviceIoControl(hDevice, TIWLN_802_11_ENABLE_EVENT, (tiVOID*)pEvParams, sizeof(IPC_EVENT_PARAMS), /*NULL,0*/&ouput, sizeof(IPC_EVENT_PARAMS), &bytesReturned );
298 tiUINT32 bytesReturned;
301 return IPC_DeviceIoControl(hDevice, TIWLN_802_11_DISABLE_EVENT, (tiVOID*)&id, sizeof(UINT32), NULL, 0, &bytesReturned );

Completed in 30 milliseconds