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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
ScanSrv.h 175 UINT32 currentNumberOfConsecutiveNoScanCompleteEvents;
ScanSrvSM.c 471 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents++;
473 if ( pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents >=
479 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
494 __FUNCTION__, pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents,
ScanSrv.c 145 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
498 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 180 TI_UINT32 currentNumberOfConsecutiveNoScanCompleteEvents;
ScanSrvSM.c 441 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents++;
443 if ( pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents >=
448 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
461 TRACE2( pScanSRV->hReport, REPORT_SEVERITY_ERROR, ": Timer expired. consecutive failures:%d, threshold:%d, still not calling recovery.\n", pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents, pScanSRV->numberOfNoScanCompleteToRecovery);
ScanSrv.c 160 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
523 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.h 180 TI_UINT32 currentNumberOfConsecutiveNoScanCompleteEvents;
ScanSrvSM.c 441 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents++;
443 if ( pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents >=
448 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
461 TRACE2( pScanSRV->hReport, REPORT_SEVERITY_ERROR, ": Timer expired. consecutive failures:%d, threshold:%d, still not calling recovery.\n", pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents, pScanSRV->numberOfNoScanCompleteToRecovery);
ScanSrv.c 160 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;
523 pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents = 0;

Completed in 831 milliseconds