Searched defs:scanMngr_stopContScan (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
H A DscanMngr.c511 void scanMngr_stopContScan( TI_HANDLE hScanMngr ) function
517 ("scanMngr_stopContScan called, hScanMngr=0x%x, state =%d\n",
545 ("scanMngr_stopContScan called, switched to STOPPING state \n"));
/system/wlan/ti/wilink_6_1/stad/src/Application/
H A DscanMngr.c3436 void scanMngr_stopContScan( TI_HANDLE hScanMngr ) function
3441 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "scanMngr_stopContScan called, hScanMngr=0x%x, state =%d\n", hScanMngr, pScanMngr->contScanState);
3466 TRACE0( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "scanMngr_stopContScan called, switched to STOPPING state \n");
4085 TRACE0(pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "scanMngr_stopContinuousScanByApp(). call scanMngr_stopContScan() \n");
4086 scanMngr_stopContScan(hScanMngr);

Completed in 17 milliseconds