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

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdInterpret.h 43 TI_STATUS cmdInterpret_Destroy (TI_HANDLE hCmdInterpret, TI_HANDLE hEvHandler);
45 void cmdInterpret_Init (TI_HANDLE hCmdInterpret, TStadHandlesList *pStadHandles);
47 int cmdInterpret_convertAndExecute (TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj);
49 int cmdInterpret_ServiceCompleteCB (TI_HANDLE hCmdInterpret, int status, void *buffer);
51 void cmdInterpret_convertToOs (TI_HANDLE hCmdInterpret, TConfigCommand *cmdPtr);
53 void *cmdInterpret_GetStat (TI_HANDLE hCmdInterpret);
CmdHndlr.c 62 TI_HANDLE hCmdInterpret;
97 pCmdHndlr->hCmdInterpret = cmdInterpret_Create (hOs);
99 if (pCmdHndlr->hCmdInterpret == NULL)
124 if (pCmdHndlr->hCmdInterpret)
126 cmdInterpret_Destroy (pCmdHndlr->hCmdInterpret, hEvHandler);
191 cmdInterpret_Init (pCmdHndlr->hCmdInterpret, pStadHandles);
376 pCmdHndlr->pCurrCmd->eCmdStatus = cmdInterpret_convertAndExecute (pCmdHndlr->hCmdInterpret, pCmdHndlr->pCurrCmd);
469 return cmdInterpret_GetStat (pCmdHndlr->hCmdInterpret);
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdInterpret.h 43 TI_STATUS cmdInterpret_Destroy (TI_HANDLE hCmdInterpret, TI_HANDLE hEvHandler);
45 void cmdInterpret_Init (TI_HANDLE hCmdInterpret, TStadHandlesList *pStadHandles);
47 int cmdInterpret_convertAndExecute (TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj);
49 int cmdInterpret_ServiceCompleteCB (TI_HANDLE hCmdInterpret, int status, void *buffer);
51 void cmdInterpret_convertToOs (TI_HANDLE hCmdInterpret, TConfigCommand *cmdPtr);
53 void *cmdInterpret_GetStat (TI_HANDLE hCmdInterpret);
CmdHndlr.c 62 TI_HANDLE hCmdInterpret;
97 pCmdHndlr->hCmdInterpret = cmdInterpret_Create (hOs);
99 if (pCmdHndlr->hCmdInterpret == NULL)
124 if (pCmdHndlr->hCmdInterpret)
126 cmdInterpret_Destroy (pCmdHndlr->hCmdInterpret, hEvHandler);
191 cmdInterpret_Init (pCmdHndlr->hCmdInterpret, pStadHandles);
375 pCmdHndlr->pCurrCmd->eCmdStatus = cmdInterpret_convertAndExecute (pCmdHndlr->hCmdInterpret, pCmdHndlr->pCurrCmd);
468 return cmdInterpret_GetStat (pCmdHndlr->hCmdInterpret);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 61 static int cmdInterpret_setSecurityParams (TI_HANDLE hCmdInterpret);
62 static int cmdInterpret_initEvents(TI_HANDLE hCmdInterpret);
63 static int cmdInterpret_unregisterEvents(TI_HANDLE hCmdInterpret, TI_HANDLE hEvHandler);
118 TI_STATUS cmdInterpret_Destroy (TI_HANDLE hCmdInterpret, TI_HANDLE hEvHandler)
120 cmdInterpret_t *pCmdInterpret = (cmdInterpret_t *)hCmdInterpret;
132 void cmdInterpret_Init (TI_HANDLE hCmdInterpret, TStadHandlesList *pStadHandles)
134 cmdInterpret_t *pCmdInterpret = (cmdInterpret_t *)hCmdInterpret;
141 cmdInterpret_initEvents (hCmdInterpret);
146 int cmdInterpret_convertAndExecute(TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj)
148 cmdInterpret_t *pCmdInterpret = (cmdInterpret_t *)hCmdInterpret;
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 61 static int cmdInterpret_setSecurityParams (TI_HANDLE hCmdInterpret);
62 static int cmdInterpret_initEvents(TI_HANDLE hCmdInterpret);
63 static int cmdInterpret_unregisterEvents(TI_HANDLE hCmdInterpret, TI_HANDLE hEvHandler);
111 TI_STATUS cmdInterpret_Destroy (TI_HANDLE hCmdInterpret, TI_HANDLE hEvHandler)
113 cmdInterpret_t *pCmdInterpret = (cmdInterpret_t *)hCmdInterpret;
125 void cmdInterpret_Init (TI_HANDLE hCmdInterpret, TStadHandlesList *pStadHandles)
127 cmdInterpret_t *pCmdInterpret = (cmdInterpret_t *)hCmdInterpret;
134 cmdInterpret_initEvents (hCmdInterpret);
139 int cmdInterpret_convertAndExecute(TI_HANDLE hCmdInterpret, TConfigCommand *cmdObj)
141 cmdInterpret_t *pCmdInterpret = (cmdInterpret_t *)hCmdInterpret;
    [all...]

Completed in 80 milliseconds