Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DsiteMgr.c1636 siteTablesParams_t *currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable; in siteMgr_removeSelfSite() local
1650 removeSiteEntry(pSiteMgr, currTable, pSiteMgr->pSitesMgmtParams->pPrimarySite); in siteMgr_removeSelfSite()
1914 siteTablesParams_t *currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable; in siteMgr_updatePrimarySiteFailStatus() local
1923 removeSiteEntry(pSiteMgr, currTable, pSiteMgr->pSitesMgmtParams->pPrimarySite); in siteMgr_updatePrimarySiteFailStatus()
1976 siteTablesParams_t *currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable; in removeEldestSite() local
1980 for (i = 0; i < currTable->maxNumOfSites; i++) in removeEldestSite()
1989 removeSiteEntry(pSiteMgr, currTable, pEldestSite); in removeEldestSite()