Searched refs:hCmdDispatch (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
D | CmdDispatcher.c | 122 static TI_STATUS cmdDispatch_SetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam); 123 static TI_STATUS cmdDispatch_GetTwdParam (TI_HANDLE hCmdDispatch, paramInfo_t *pParam); 126 static TI_STATUS cmdDispatch_DebugFuncSet (TI_HANDLE hCmdDispatch, paramInfo_t *pParam); 127 static TI_STATUS cmdDispatch_DebugFuncGet (TI_HANDLE hCmdDispatch, paramInfo_t *pParam); /*yael - t… 179 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)(pStadHandles->hCmdDispatch); in cmdDispatch_Init() 228 TI_STATUS cmdDispatch_Destroy (TI_HANDLE hCmdDispatch) in cmdDispatch_Destroy() argument 230 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)hCmdDispatch; in cmdDispatch_Destroy() 375 TI_STATUS cmdDispatch_SetParam (TI_HANDLE hCmdDispatch, void *param) in cmdDispatch_SetParam() argument 377 TCmdDispatchObj *pCmdDispatch = (TCmdDispatchObj *)hCmdDispatch; in cmdDispatch_SetParam() 417 TI_STATUS cmdDispatch_GetParam (TI_HANDLE hCmdDispatch, void *param) in cmdDispatch_GetParam() argument [all …]
|
D | CmdDispatcher.h | 52 TI_STATUS cmdDispatch_Destroy (TI_HANDLE hCmdDispatch); 53 TI_STATUS cmdDispatch_SetParam (TI_HANDLE hCmdDispatch, void *param); 54 TI_STATUS cmdDispatch_GetParam (TI_HANDLE hCmdDispatch, void *param);
|
D | DrvMainModules.h | 79 TI_HANDLE hCmdDispatch; member
|
D | DrvMain.c | 517 pDrvMain->tStadHandles.hCmdDispatch = cmdDispatch_Create (hOs); in drvMain_Create() 518 if (pDrvMain->tStadHandles.hCmdDispatch == NULL) in drvMain_Create() 545 *pCmdDispatch = pDrvMain->tStadHandles.hCmdDispatch; in drvMain_Create() 732 if (pDrvMain->tStadHandles.hCmdDispatch) in drvMain_Destroy() 734 cmdDispatch_Destroy (pDrvMain->tStadHandles.hCmdDispatch); in drvMain_Destroy()
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | CmdInterpretWext.c | 139 pCmdInterpret->hCmdDispatch = pStadHandles->hCmdDispatch; in cmdInterpret_Init() 207 res = cmdDispatch_SetParam (pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 219 res = cmdDispatch_GetParam (pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 256 res = cmdDispatch_SetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 261 res = cmdDispatch_SetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 272 res = cmdDispatch_GetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 299 res = cmdDispatch_GetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 307 res = cmdDispatch_SetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 319 res = cmdDispatch_GetParam(pCmdInterpret->hCmdDispatch, pParam); in cmdInterpret_convertAndExecute() 371 res = cmdDispatch_GetParam (pCmdInterpret->hCmdDispatch, pParam ); in cmdInterpret_convertAndExecute() [all …]
|
D | WlanDrvIf.c | 928 &drv->tCommon.hCmdDispatch,
|
/hardware/ti/wlan/wl1271/Test/ |
D | siteMgrDebug.c | 70 static void printDesiredParams(siteMgr_t *pSiteMgr, TI_HANDLE hCmdDispatch); 112 printDesiredParams(pSiteMgr, pStadHandles->hCmdDispatch); in siteMgrDebugFunction() 118 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() 126 cmdDispatch_SetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() 132 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() 140 cmdDispatch_SetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() 153 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() 167 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() 190 cmdDispatch_SetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() 195 cmdDispatch_GetParam(pStadHandles->hCmdDispatch, ¶m); in siteMgrDebugFunction() [all …]
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | SoftGemini.h | 68 TI_HANDLE hCmdDispatch; member
|
D | SoftGemini.c | 222 pSoftGemini->hCmdDispatch = pStadHandles->hCmdDispatch; in SoftGemini_init()
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
D | WlanDrvCommon.h | 92 void *hCmdDispatch; member
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
D | CmdInterpretWext.h | 57 TI_HANDLE hCmdDispatch; /* Handle to the Command-Dispatcher */ member
|