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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.c 527 os_memoryCopy(pCmdQueue->hOs, pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsBuf, pParamsBuf, CMDQUEUE_INFO_ELEM_HEADER_LEN);
530 os_memoryCopy(pCmdQueue->hOs, pCmdQueue->CmdQueue[pCmdQueue->Tail].paramsBuf, pParamsBuf, paramsLen);
617 (pHead->paramsBuf) ? CmdQueue_GetIEString(pHead->cmdType,*(UINT16 *)pHead->paramsBuf):"",
629 pHead->paramsBuf,
634 pHead->paramsBuf,
724 uParam = *(UINT16 *)pHead->paramsBuf;
850 CmdQueue_GetIEString(pHead->cmdType, *(UINT16 *)pHead->paramsBuf),
    [all...]
CmdQueue.h 100 UINT8 paramsBuf[MAX_CMD_PARAMS]; /* param for config */

Completed in 120 milliseconds