HomeSort by relevance Sort by last modified time
    Searched refs:hScr (Results 1 - 25 of 61) sorted by null

1 2 3

  /hardware/ti/wlan/wl1271/Test/
scrDbg.h 97 * \param hScr - handle to the SCR object.\n
118 * \param hScr - handle to the SCR object.\n
122 void requestAsClient( TI_HANDLE hScr, EScrClientId client, EScrResourceId eResource );
130 * \param hScr - handle to the SCR object.\n
133 void releaseAsClient( TI_HANDLE hScr, EScrClientId client, EScrResourceId eResource );
141 * \param hScr - handle to the SCR object.\n
144 void changeGroup( TI_HANDLE hScr, EScrGroupId group );
152 * \param hScr - handle to the SCR object.\n
155 void changeMode( TI_HANDLE hScr, EScrModeId mode );
163 * \param hScr - handle to the SCR object.\
    [all...]
scrDbg.c 114 * \param hScr - handle to the SCR object.\n
118 void scrDebugFunction( TI_HANDLE hScr, TI_UINT32 funcType, void *pParam )
127 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
131 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
135 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
139 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
143 changeGroup( hScr, *((EScrGroupId*)pParam) );
147 printSCRObject( hScr );
151 changeMode(hScr, *((EScrModeId*)pParam));
187 * \param hScr - handle to the SCR object.\
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
scrDbg.h 97 * \param hScr - handle to the SCR object.\n
118 * \param hScr - handle to the SCR object.\n
122 void requestAsClient( TI_HANDLE hScr, EScrClientId client, EScrResourceId eResource );
130 * \param hScr - handle to the SCR object.\n
133 void releaseAsClient( TI_HANDLE hScr, EScrClientId client, EScrResourceId eResource );
141 * \param hScr - handle to the SCR object.\n
144 void changeGroup( TI_HANDLE hScr, EScrGroupId group );
152 * \param hScr - handle to the SCR object.\n
155 void changeMode( TI_HANDLE hScr, EScrModeId mode );
163 * \param hScr - handle to the SCR object.\
    [all...]
scrDbg.c 114 * \param hScr - handle to the SCR object.\n
118 void scrDebugFunction( TI_HANDLE hScr, TI_UINT32 funcType, void *pParam )
127 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
131 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_SERVING_CHANNEL );
135 requestAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
139 releaseAsClient( hScr, *((EScrClientId*)pParam), SCR_RESOURCE_PERIODIC_SCAN );
143 changeGroup( hScr, *((EScrGroupId*)pParam) );
147 printSCRObject( hScr );
151 changeMode(hScr, *((EScrModeId*)pParam));
187 * \param hScr - handle to the SCR object.\
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/inc/
scrApi.h 174 * \param hScr - handle to the SCR object.\n
176 void scr_release( TI_HANDLE hScr );
184 * \param hScr - handle to the SCR object.\n
187 void scr_init( TI_HANDLE hScr, TI_HANDLE hReport );
195 * \param hScr - handle to the SCR object.\n
200 void scr_registerClientCB( TI_HANDLE hScr,
211 * \param hScr - handle to the SCR object.\n
213 void scr_notifyFWReset( TI_HANDLE hScr );
221 * \param hScr - handle to the SCR object.\n
224 void scr_setGroup( TI_HANDLE hScr, scr_groupId_e newGroup )
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scrApi.h 184 * \param hScr - handle to the SCR object.\n
186 void scr_release( TI_HANDLE hScr );
204 * \param hScr - handle to the SCR object.\n
209 void scr_registerClientCB( TI_HANDLE hScr,
220 * \param hScr - handle to the SCR object.\n
222 void scr_notifyFWReset( TI_HANDLE hScr );
230 * \param hScr - handle to the SCR object.\n
233 void scr_setGroup( TI_HANDLE hScr, EScrGroupId newGroup );
242 * \param hScr - handle to the SCR object.\n
245 void scr_setMode( TI_HANDLE hScr, EScrModeId newMode )
    [all...]
scr.h 134 * \param hScr - handle to the SCR object.\n
141 EScrClientId scrFindHighest( TI_HANDLE hScr,
scr.c 337 * \param hScr - handle to the SCR object.\n
339 void scr_release( TI_HANDLE hScr )
341 TScr *pScr = (TScr*)hScr;
343 os_memoryFree( pScr->hOS, hScr, sizeof(TScr));
356 TScr *pScr = (TScr*)(pStadHandles->hSCR);
398 * \param hScr - handle to the SCR object.\n
403 void scr_registerClientCB( TI_HANDLE hScr,
408 TScr *pScr = (TScr*)hScr;
427 * \param hScr - handle to the SCR object.\n
429 void scr_notifyFWReset( TI_HANDLE hScr )
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scrApi.h 184 * \param hScr - handle to the SCR object.\n
186 void scr_release( TI_HANDLE hScr );
204 * \param hScr - handle to the SCR object.\n
209 void scr_registerClientCB( TI_HANDLE hScr,
220 * \param hScr - handle to the SCR object.\n
222 void scr_notifyFWReset( TI_HANDLE hScr );
230 * \param hScr - handle to the SCR object.\n
233 void scr_setGroup( TI_HANDLE hScr, EScrGroupId newGroup );
242 * \param hScr - handle to the SCR object.\n
245 void scr_setMode( TI_HANDLE hScr, EScrModeId newMode )
    [all...]
scr.h 134 * \param hScr - handle to the SCR object.\n
141 EScrClientId scrFindHighest( TI_HANDLE hScr,
scr.c 337 * \param hScr - handle to the SCR object.\n
339 void scr_release( TI_HANDLE hScr )
341 TScr *pScr = (TScr*)hScr;
343 os_memoryFree( pScr->hOS, hScr, sizeof(TScr));
356 TScr *pScr = (TScr*)(pStadHandles->hSCR);
398 * \param hScr - handle to the SCR object.\n
403 void scr_registerClientCB( TI_HANDLE hScr,
408 TScr *pScr = (TScr*)hScr;
427 * \param hScr - handle to the SCR object.\n
429 void scr_notifyFWReset( TI_HANDLE hScr )
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/RecoveryMgr/
recoveryMgr.h 64 TI_HANDLE hScr;
recoveryMgr_API.h 52 TI_HANDLE hScr,
recoveryMgr.c 124 TI_HANDLE hScr,
137 pRecoverMgr->hScr = hScr;
386 scr_notifyFWReset( pRecoverMgr->hScr );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.c 194 * \param hScr - handle to the SCR object.\n
196 void scr_release( TI_HANDLE hScr )
198 scr_t *pScr = (scr_t*)hScr;
200 os_memoryFree( pScr->hOS, hScr, sizeof(scr_t) );
209 * \param hScr - handle to the SCR object.\n
212 void scr_init( TI_HANDLE hScr, TI_HANDLE hReport )
215 scr_t *pScr = (scr_t*)hScr;
250 * \param hScr - handle to the SCR object.\n
255 void scr_registerClientCB( TI_HANDLE hScr,
260 scr_t *pScr = (scr_t*)hScr;
    [all...]
scr.h 132 * \param hScr - handle to the SCR object.\n
138 INT8 scrFindHighest( TI_HANDLE hScr,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
healthMonitor.h 70 TI_HANDLE hScr; /**< handle to the SCR object */
111 TI_HANDLE hScr,
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h 63 TI_HANDLE hScr;
conn.h 106 TI_HANDLE hScr;
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smePrivate.h 63 TI_HANDLE hScr;
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c 682 scrStatus = scr_clientRequest(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE,
730 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
755 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
780 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
803 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
measurementMgrSM.c 679 scrStatus = scr_clientRequest(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE,
727 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
752 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
777 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
800 scr_clientComplete(pMeasurementMgr->hScr, SCR_CID_XCC_MEASURE, SCR_RESOURCE_SERVING_CHANNEL);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
measurementMgrApi.h 76 TI_HANDLE hScr,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
conn.h 107 TI_HANDLE hScr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/Inc/
connApi.h 89 TI_HANDLE hScr,

Completed in 400 milliseconds

1 2 3