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

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
SoftGeminiApi.h 56 TI_STATUS SoftGemini_SetDefaults (TI_HANDLE hSoftGemini, SoftGeminiInitParams_t *pSoftGeminiInitParams);
57 TI_STATUS SoftGemini_destroy(TI_HANDLE hSoftGemini);
58 TI_STATUS SoftGemini_setParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
59 TI_STATUS SoftGemini_getParam(TI_HANDLE hSoftGemini, paramInfo_t *pParam);
60 void SoftGemini_printParams(TI_HANDLE hSoftGemini);
61 void SoftGemini_SenseIndicationCB( TI_HANDLE hSoftGemini, char* str, TI_UINT32 strLen );
62 void SoftGemini_ProtectiveIndicationCB( TI_HANDLE hSoftGemini, char* str, TI_UINT32 strLen );
63 void SoftGemini_startPsPollFailure(TI_HANDLE hSoftGemini);
64 void SoftGemini_endPsPollFailure(TI_HANDLE hSoftGemini);
65 void SoftGemini_SetPSmode(TI_HANDLE hSoftGemini);
    [all...]
SoftGemini.c 74 static TI_STATUS SoftGemini_setEnableParam(TI_HANDLE hSoftGemini, ESoftGeminiEnableModes SoftGeminiEnable, TI_BOOL recovery);
75 static TI_STATUS SoftGemini_setParamsToFW(TI_HANDLE hSoftGemini, TSoftGeminiParams *SoftGeminiParam);
76 static TI_STATUS SoftGemini_EnableDriver(TI_HANDLE hSoftGemini);
77 static TI_STATUS SoftGemini_DisableDriver(TI_HANDLE hSoftGemini);
80 static void SoftGemini_RemoveProtectiveModeParameters(TI_HANDLE hSoftGemini);
81 static void SoftGemini_setConfigParam(TI_HANDLE hSoftGemini, TI_UINT32 *param);
82 static void SoftGemini_EnableProtectiveMode(TI_HANDLE hSoftGemini);
83 static void SoftGemini_DisableProtectiveMode(TI_HANDLE hSoftGemini);
98 INPUT: hSoftGemini - Handle to SoftGemini
105 void SoftGemini_SetPSmode(TI_HANDLE hSoftGemini)
    [all...]
SoftGemini.h 74 TI_STATUS SoftGemini_handleRecovery(TI_HANDLE hSoftGemini);
  /hardware/ti/wlan/wl1271/Test/
SoftGeminiDbg.c 52 * \param hSoftGemini - handle to the soft gemini object.\n
56 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini,TI_UINT32 funcType, void *pParam )
65 printSoftGeminiParams(hSoftGemini);
69 SoftGemini_SenseIndicationCB(hSoftGemini,(char*) pParam,1);
73 SoftGemini_ProtectiveIndicationCB(hSoftGemini,(char*) pParam,1);
106 * \param hSoftGemini - handle to the soft gemini object.\n
108 void printSoftGeminiParams( TI_HANDLE hSoftGemini )
110 SoftGemini_printParams(hSoftGemini);
SoftGeminiDbg.h 91 * \param hSoftGemini - handle to the scan concentrator object.\n
95 void SoftGeminiDebugFunction( TI_HANDLE hSoftGemini, TI_UINT32 funcType, void *pParam );
112 * \param hSoftGemini - handle to the SoftGemini object.\n
114 void printSoftGeminiParams( TI_HANDLE hSoftGemini );
debug.c 230 SoftGeminiDebugFunction( pStadHandles->hSoftGemini, functionNumber % 100, pParam );
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgr.h 90 TI_HANDLE hSoftGemini; /**< Handle to the SG object */
healthMonitor.c 72 TI_HANDLE hSoftGemini; /* handle to the Soft Gemini object */
171 pHealthMonitor->hSoftGemini = pStadHandles->hSoftGemini;
PowerMgr.c 186 pPowerMgr->hSoftGemini = pStadHandles->hSoftGemini;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 116 TI_HANDLE hSoftGemini;
conn.c 176 pConn->hSoftGemini = pStadHandles->hSoftGemini;
connInfra.c 679 SoftGemini_SetPSmode(pConn->hSoftGemini);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMainModules.h 65 TI_HANDLE hSoftGemini;
CmdDispatcher.c 100 TI_HANDLE hSoftGemini;
198 pCmdDispatch->hSoftGemini = pStadHandles->hSoftGemini;
334 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(SOFT_GEMINI_PARAM) - 1].handle = pCmdDispatch->hSoftGemini;
DrvMain.c 429 pDrvMain->tStadHandles.hSoftGemini = SoftGemini_create (hOs);
430 if (pDrvMain->tStadHandles.hSoftGemini == NULL)
675 if (pDrvMain->tStadHandles.hSoftGemini != NULL)
677 SoftGemini_destroy (pDrvMain->tStadHandles.hSoftGemini);
905 SoftGemini_SetDefaults (pDrvMain->tStadHandles.hSoftGemini, &pInitTable->SoftGeminiInitParams);
    [all...]

Completed in 317 milliseconds