Home | History | Annotate | Download | only in MacServices

Lines Matching refs:hScanSRV

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;
222 scanSRV_t *pScanSRV = (scanSRV_t*)((MacServices_t*)hMacServices)->hScanSRV;
232 * \param hScanSRV - handle to the Scan SRV object.\n
236 void scanSRV_registerFailureEventCB( TI_HANDLE hScanSRV,
239 scanSRV_t *pScanSRV = (scanSRV_t*)(hScanSRV);
251 * \param hScanSrv - handle to the scan SRV object.\n
254 void MacServices_scanSRVCommandMailBoxCB(TI_HANDLE hScanSrv,TI_UINT16 MboxStatus)
256 scanSRV_t* pScanSRV = (scanSRV_t*)hScanSrv;
284 scanSRVSM_SMEvent( hScanSrv, (scan_SRVSMStates_e*)&pScanSRV->SMState, SCAN_SRV_EVENT_SCAN_COMPLETE );
312 scanSRV_t *pScanSRV = (scanSRV_t*)((MacServices_t*)hMacServices)->hScanSRV;
404 scanSRV_t *pScanSRV = (scanSRV_t*)((MacServices_t*)hMacServices)->hScanSRV;
443 scanSRV_t *pScanSRV = (scanSRV_t*)((MacServices_t*)hMacServices)->hScanSRV;
460 * \param hScanSRV - handle to the scan SRV object.\n
463 void MacServices_scanSRV_powerSaveCB( TI_HANDLE hScanSRV, TI_UINT8 PSMode,TI_UINT8 psStatus )
465 scanSRV_t *pScanSRV = (scanSRV_t*)hScanSRV;
508 * \param hScanSRV - handle to the scan SRV object.\n
512 void MacServices_scanSRV_scanCompleteCB( TI_HANDLE hScanSRV, char* str, TI_UINT32 strLen )
514 scanSRV_t *pScanSRV = (scanSRV_t*)hScanSRV;
565 * \param hScanSRV - handle to the scan SRV object.\n
568 void MacServices_scanSRV_scanTimerExpired (TI_HANDLE hScanSRV, TI_BOOL bTwdInitOccured)
570 scanSRV_t *pScanSRV = (scanSRV_t*)hScanSRV;
585 * \param hScanSRV - handle to the scan SRV object.\n
590 TI_UINT32 MacServices_scanSRVcalculateScanTimeout( TI_HANDLE hScanSRV, TScanParams* scanParams, TI_BOOL bConsiderDTIM )
593 scanSRV_t *pScanSRV = (scanSRV_t*)hScanSRV;
694 scanSRV_t *pScanSRV = (scanSRV_t*)((MacServices_t*)hMacServices)->hScanSRV;
713 scanSRV_t *pScanSRV = (scanSRV_t*)((MacServices_t*)hMacServices)->hScanSRV;