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

  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 109 static void scanMngr_reportContinuousScanResults (TI_HANDLE hScanMngr, EScanCncnResultStatus resultStatus)
115 if (resultStatus == SCAN_CRS_SCAN_COMPLETE_OK)
123 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "scanMngr_reportContinuousScanResults failed. scan status %d\n", resultStatus);
168 * \param resultStatus - reason for calling this function (frame received / scan complete).\n
172 void scanMngr_immedScanCB( TI_HANDLE hScanMngr, EScanCncnResultStatus resultStatus,
179 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "scanMngr_immedScanCB called, hScanMngr=0x%x, resultStatus=%d", hScanMngr, resultStatus);
181 switch (resultStatus)
196 pScanMngr->stats.ImmediateGByStatus[ resultStatus ]++;
218 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Failed to start immediate scan on band A, return code %d.\n", resultStatus);
    [all...]
scanMngr.h     [all...]

Completed in 961 milliseconds