Home
last modified time | relevance | path

Searched refs:currentSlotTime (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DscanResultTable.h84 ESlotTime currentSlotTime; member
DsiteHash.c317 pSiteEntry->currentSlotTime = pSiteMgr->pDesiredParams->siteMgrDesiredSlotTime; in findAndInsertSiteEntry()
DsystemConfig.c505 pPrimarySite->currentSlotTime = slotTime; in systemConfig()
DsiteMgr.c1220 pParam->content.siteMgrSlotTime = pPrimarySite->currentSlotTime; in siteMgr_getParam()
1789 if (pSite->currentSlotTime != pSite->newSlotTime) in siteMgr_updateSite()
1791 pSite->currentSlotTime = pSite->newSlotTime; in siteMgr_updateSite()
1792 TWD_CfgSlotTime (pSiteMgr->hTWD, pSite->currentSlotTime); in siteMgr_updateSite()
/hardware/ti/wlan/wl1271/Test/
DsiteMgrDebug.c525 if(pSiteEntry->currentSlotTime == PHY_SLOT_TIME_SHORT) in printPrimarySite()