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

  /hardware/ti/wlan/wl1271/TWD/MacServices/
MacServices.h 47 TI_HANDLE hScanSRV;
ScanSrv.c 92 * \param hScanSRV - handle to the scan SRV object.\n
94 void MacServices_scanSRV_destroy( TI_HANDLE hScanSRV )
96 scanSRV_t *pScanSRV = (scanSRV_t*)hScanSRV;
115 * \param hScanSRV - handle to the scan SRV object.\n
126 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
171 * \param hScanSRV - handle to the scan SRV object.\n
173 void scanSRV_restart (TI_HANDLE hScanSRV)
175 scanSRV_t *pScanSRV = (scanSRV_t *)hScanSRV;
193 * \param hScanSRV - handle to the scan SRV object.\n
200 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
    [all...]
MacServices.c 68 pMacServices->hScanSRV = NULL;
72 pMacServices->hScanSRV = MacServices_scanSRV_create(hOS);
73 if ( NULL == pMacServices->hScanSRV )
116 if ( NULL != pMacServices->hScanSRV )
118 MacServices_scanSRV_destroy( pMacServices->hScanSRV );
209 scanSRV_restart (pMacServices->hScanSRV);
241 scanSRV_registerFailureEventCB (pMacServices->hScanSRV,
ScanSrv.h 225 * \param hScanSRV - handle to the scan SRV object.\n
227 void MacServices_scanSRV_destroy( TI_HANDLE hScanSRV );
235 * \param hScanSRV - handle to the scan SRV object.\n
251 * \param hScanSRV - handle to the scan SRV object.\n
263 * \param hScanSRV - handle to the scan SRV object.\n
268 TI_UINT32 MacServices_scanSRVcalculateScanTimeout( TI_HANDLE hScanSrv, TScanParams* scanParams, TI_BOOL bConsiderDTIM );
287 * \param hScanSrv - handle to the scan SRV object.\n
291 void MacServices_scanSRVCommandMailBoxCB(TI_HANDLE hScanSrv,TI_UINT16 MboxStatus);
302 void scanSRV_registerFailureEventCB( TI_HANDLE hScanSRV,
305 void scanSRV_restart( TI_HANDLE hScanSRV);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/inc/
MacServices.h 48 TI_HANDLE hScanSRV;
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MacServices.h 47 TI_HANDLE hScanSRV;
ScanSrv.c 92 * \param hScanSRV - handle to the scan SRV object.\n
94 void MacServices_scanSRV_destroy( TI_HANDLE hScanSRV )
96 scanSRV_t *pScanSRV = (scanSRV_t*)hScanSRV;
115 * \param hScanSRV - handle to the scan SRV object.\n
126 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
171 * \param hScanSRV - handle to the scan SRV object.\n
173 void scanSRV_restart (TI_HANDLE hScanSRV)
175 scanSRV_t *pScanSRV = (scanSRV_t *)hScanSRV;
193 * \param hScanSRV - handle to the scan SRV object.\n
200 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
    [all...]
MacServices.c 68 pMacServices->hScanSRV = NULL;
72 pMacServices->hScanSRV = MacServices_scanSRV_create(hOS);
73 if ( NULL == pMacServices->hScanSRV )
116 if ( NULL != pMacServices->hScanSRV )
118 MacServices_scanSRV_destroy( pMacServices->hScanSRV );
209 scanSRV_restart (pMacServices->hScanSRV);
241 scanSRV_registerFailureEventCB (pMacServices->hScanSRV,
ScanSrv.h 225 * \param hScanSRV - handle to the scan SRV object.\n
227 void MacServices_scanSRV_destroy( TI_HANDLE hScanSRV );
235 * \param hScanSRV - handle to the scan SRV object.\n
251 * \param hScanSRV - handle to the scan SRV object.\n
263 * \param hScanSRV - handle to the scan SRV object.\n
268 TI_UINT32 MacServices_scanSRVcalculateScanTimeout( TI_HANDLE hScanSrv, TScanParams* scanParams, TI_BOOL bConsiderDTIM );
287 * \param hScanSrv - handle to the scan SRV object.\n
291 void MacServices_scanSRVCommandMailBoxCB(TI_HANDLE hScanSrv,TI_UINT16 MboxStatus);
302 void scanSRV_registerFailureEventCB( TI_HANDLE hScanSRV,
305 void scanSRV_restart( TI_HANDLE hScanSRV);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.h 218 * \param hScanSRV - handle to the scan SRV object.\n
220 void MacServices_scanSRV_destroy( TI_HANDLE hScanSRV );
228 * \param hScanSRV - handle to the scan SRV object.\n
241 * \param hScanSRV - handle to the scan SRV object.\n
253 * \param hScanSRV - handle to the scan SRV object.\n
258 UINT32 MacServices_scanSRVcalculateScanTimeout( TI_HANDLE hScanSrv, scan_Params_t* scanParams, BOOLEAN bConsiderDTIM );
277 * \param hScanSrv - handle to the scan SRV object.\n
281 void MacServices_scanSRVCommandMailBoxCB(TI_HANDLE hScanSrv,UINT16 MboxStatus);
292 void scanSRV_registerFailureEventCB( TI_HANDLE hScanSRV,
295 void scanSRV_restart( TI_HANDLE hScanSRV);
    [all...]
ScanSrv.c 98 * \param hScanSRV - handle to the scan SRV object.\n
100 void MacServices_scanSRV_destroy( TI_HANDLE hScanSRV )
102 scanSRV_t *pScanSRV = (scanSRV_t*)hScanSRV;
119 * \param hScanSRV - handle to the scan SRV object.\n
126 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
154 * \param hScanSRV - handle to the scan SRV object.\n
156 void scanSRV_restart( TI_HANDLE hScanSRV)
158 scanSRV_t *pScanSRV = (scanSRV_t *)hScanSRV;
176 * \param hScanSRV - handle to the scan SRV object.\n
183 scanSRV_t *pScanSRV = pMacServices->hScanSRV;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/
MacServices.c 70 pMacServices->hScanSRV = NULL;
75 pMacServices->hScanSRV = MacServices_scanSRV_create(hOS);
76 if ( NULL == pMacServices->hScanSRV )
129 if ( NULL != pMacServices->hScanSRV )
131 MacServices_scanSRV_destroy( pMacServices->hScanSRV );
234 scanSRV_registerFailureEventCB( pMacServices->hScanSRV,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/
recoveryCtrl.h 86 TI_HANDLE hScanSRV;
recoveryCtrl.c 171 pRecoveryCtrl->hScanSRV = pMacServices->hScanSRV;
295 scanSRV_restart(pRecoveryCtrl->hScanSRV);
  /hardware/ti/wlan/wl1271/Test/
HealthMonitorDbg.c 78 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV;
176 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV;
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.c 78 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV;
176 scanSRV_t *pScanSRV = (scanSRV_t *)pMacServices->hScanSRV;
  /hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/
MacServices_api.h 202 * \param hScanSRV - handle to the scan SRV object.\n
205 void MacServices_scanSRV_powerSaveCB( TI_HANDLE hScanSRV, TI_UINT8 PSMode,TI_UINT8 psStatus );
213 * \param hScanSRV - handle to the scan SRV object.\n
217 void MacServices_scanSRV_scanCompleteCB( TI_HANDLE hScanSRV, char* str, TI_UINT32 strLen );
225 * \param hScanSRV - handle to the scan SRV object.\n
227 void MacServices_scanSRV_scanTimerExpired (TI_HANDLE hScanSRV, TI_BOOL bTwdInitOccured);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
MacServices_api.h 233 * \param hScanSRV - handle to the scan SRV object.\n
236 void MacServices_scanSRV_powerSaveCB( TI_HANDLE hScanSRV, UINT8 PSMode,UINT8 psStatus );
244 * \param hScanSRV - handle to the scan SRV object.\n
248 void MacServices_scanSRV_scanCompleteCB( TI_HANDLE hScanSRV, char* str, UINT32 strLen );
256 * \param hScanSRV - handle to the scan SRV object.\n
258 void MacServices_scanSRV_scanTimerExpired( TI_HANDLE hScanSRV );
  /system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/
MacServices_api.h 202 * \param hScanSRV - handle to the scan SRV object.\n
205 void MacServices_scanSRV_powerSaveCB( TI_HANDLE hScanSRV, TI_UINT8 PSMode,TI_UINT8 psStatus );
213 * \param hScanSRV - handle to the scan SRV object.\n
217 void MacServices_scanSRV_scanCompleteCB( TI_HANDLE hScanSRV, char* str, TI_UINT32 strLen );
225 * \param hScanSRV - handle to the scan SRV object.\n
227 void MacServices_scanSRV_scanTimerExpired (TI_HANDLE hScanSRV, TI_BOOL bTwdInitOccured);

Completed in 51 milliseconds