HomeSort by relevance Sort by last modified time
    Searched refs:bDtimOverlapping (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 121 BOOLEAN bDtimOverlapping; /**< Indicates whether the scan is overlapping DTIM */
ScanSrv.c 335 pScanSRV->bDtimOverlapping = FALSE;
339 pScanSRV->bDtimOverlapping = TRUE;
ScanSrvSM.c 377 MacServices_scanSRVcalculateScanTimeout( hScanSrv, pScanSRV->scanParams, !pScanSRV->bDtimOverlapping ), FALSE );
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 124 TI_BOOL bDtimOverlapping; /**< Indicates whether the scan is overlapping DTIM */
ScanSrv.c 354 pScanSRV->bDtimOverlapping = TI_FALSE;
358 pScanSRV->bDtimOverlapping = TI_TRUE;
ScanSrvSM.c 336 MacServices_scanSRVcalculateScanTimeout (hScanSrv, pScanSRV->scanParams, !pScanSRV->bDtimOverlapping),
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.h 124 TI_BOOL bDtimOverlapping; /**< Indicates whether the scan is overlapping DTIM */
ScanSrv.c 354 pScanSRV->bDtimOverlapping = TI_FALSE;
358 pScanSRV->bDtimOverlapping = TI_TRUE;
ScanSrvSM.c 336 MacServices_scanSRVcalculateScanTimeout (hScanSrv, pScanSRV->scanParams, !pScanSRV->bDtimOverlapping),

Completed in 303 milliseconds