Home | History | Annotate | Download | only in siteMgr

Lines Matching refs:currTable

1876     siteTablesParams_t  *currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
1890 removeSiteEntry(pSiteMgr, currTable, pSiteMgr->pSitesMgmtParams->pPrimarySite);
2253 siteTablesParams_t *currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
2263 removeSiteEntry(pSiteMgr, currTable, pSiteMgr->pSitesMgmtParams->pPrimarySite);
2438 siteTablesParams_t *currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
2442 for (i = 0; i < currTable->maxNumOfSites; i++)
2451 removeSiteEntry(pSiteMgr, currTable, pEldestSite);
3105 siteTablesParams_t *currTable;
3137 currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
3141 for (siteTableIndex = 0, i = 0; siteTableIndex < currTable->maxNumOfSites; siteTableIndex++)
3145 pSiteEntry = &(currTable->siteTable[siteTableIndex]);
3199 if (currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
3397 if(currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
3398 currTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
3400 currTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;
4278 siteTablesParams_t* currTable;
4282 currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
4286 for (siteTableIndex = 0; siteTableIndex < currTable->maxNumOfSites; siteTableIndex++)
4288 pSiteEntry = (siteEntry_t*)&currTable->siteTable[siteTableIndex];
4337 if(currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
4338 currTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
4340 currTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;