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

  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 369 TI_UINT32 currentBSSBeaconInterval; /**< Beacon interval of current BSS */
    [all...]
scanMngr.c 743 pScanMngr->currentBSSBeaconInterval = param.content.beaconInterval;
750 if ( (0 == pScanMngr->currentBSSBeaconInterval) || (0 == pScanMngr->currentBSSDtimPeriod))
752 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "Trying to start continuous scan cycle but DTIM period=%d and beacon interval=%d\n", pScanMngr->currentBSSDtimPeriod, pScanMngr->currentBSSBeaconInterval);
    [all...]

Completed in 925 milliseconds