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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdInterpret.h 47 int cmdInterpret_convertAndExecute (TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj);
51 void cmdInterpret_convertToOs (TI_HANDLE hCmdInterpret, TConfigCommand *cmdPtr);
CmdHndlr.c 67 TConfigCommand *pCurrCmd; /* Pointer to the command currently being processed */
156 TConfigCommand *pCurrCmd;
161 pCurrCmd = (TConfigCommand *)que_Dequeue(pCmdHndlr->hCmdQueue);
194 uNodeHeaderOffset = TI_FIELD_OFFSET(TConfigCommand, tQueNodeHdr);
241 TConfigCommand *pNewCmd;
245 pNewCmd = os_memoryAlloc (pCmdHndlr->hOs, sizeof (TConfigCommand));
250 os_memoryZero (pCmdHndlr->hOs, (void *)pNewCmd, sizeof(TConfigCommand));
268 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand));
285 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand));
333 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand));
    [all...]
CmdHndlr.h 66 } TConfigCommand;
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdInterpret.h 47 int cmdInterpret_convertAndExecute (TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj);
51 void cmdInterpret_convertToOs (TI_HANDLE hCmdInterpret, TConfigCommand *cmdPtr);
CmdHndlr.c 67 TConfigCommand *pCurrCmd; /* Pointer to the command currently being processed */
156 TConfigCommand *pCurrCmd;
161 pCurrCmd = (TConfigCommand *)que_Dequeue(pCmdHndlr->hCmdQueue);
194 uNodeHeaderOffset = TI_FIELD_OFFSET(TConfigCommand, tQueNodeHdr);
241 TConfigCommand *pNewCmd;
245 pNewCmd = os_memoryAlloc (pCmdHndlr->hOs, sizeof (TConfigCommand));
267 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand));
284 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand));
332 os_memoryFree (pCmdHndlr->hOs, pNewCmd, sizeof (TConfigCommand));
366 pCmdHndlr->pCurrCmd = (TConfigCommand *) que_Dequeue (pCmdHndlr->hCmdQueue)
    [all...]
CmdHndlr.h 66 } TConfigCommand;
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
CmdInterpretWext.h 59 TConfigCommand *pAsyncCmd; /* Pointer to the command currently being processed */
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
CmdInterpretWext.h 59 TConfigCommand *pAsyncCmd; /* Pointer to the command currently being processed */
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 146 int cmdInterpret_convertAndExecute(TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 139 int cmdInterpret_convertAndExecute(TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj)
    [all...]

Completed in 53 milliseconds