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

  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 370 TI_UINT32 currentBSSDtimPeriod; /**< DTIM period of current BSS */
    [all...]
scanMngr.c 747 pScanMngr->currentBSSDtimPeriod = param.content.siteMgrDtimPeriod;
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 42 milliseconds