Home | History | Annotate | Download | only in siteMgr

Lines Matching refs:currTable

265 	siteTablesParams_t* currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
280 if(currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
300 if(currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
302 currTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
307 currTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;
314 for (siteIndex = 0; siteIndex < currTable->maxNumOfSites; siteIndex++)
316 pSiteEntry = &(currTable->siteTable[siteIndex]);
473 if(currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
475 currTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
480 currTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;
579 siteTablesParams_t* currTable=NULL;
587 currTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;
591 currTable = (siteTablesParams_t*)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
605 for (siteIndex = 0; siteIndex < currTable->maxNumOfSites; siteIndex++)
607 pSiteEntry = &(currTable->siteTable[siteIndex]);
637 siteTablesParams_t* currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
641 for (siteIndex = 0; siteIndex < currTable->maxNumOfSites; siteIndex++)
643 pSiteEntry = &(currTable->siteTable[siteIndex]);
654 if(currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
655 currTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
657 currTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;