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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.c 134 siteTablesParams_t* currTable = pSiteMgr->pSitesMgmtParams->pCurrentSiteTable;
138 for (siteIndex = 0; siteIndex < currTable->maxNumOfSites; siteIndex++)
140 pSiteEntry = &(currTable->siteTable[siteIndex]);
147 removeSiteEntry(pSiteMgr, currTable, pSiteEntry);
151 if(currTable == &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables)
152 currTable = (siteTablesParams_t *)&pSiteMgr->pSitesMgmtParams->dot11A_sitesTables;
154 currTable = &pSiteMgr->pSitesMgmtParams->dot11BG_sitesTables;
select.c 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
    [all...]
siteMgr.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 58 BOOL rateAdaptation_isRateInTable(ctrlData_rateAdapt_t *currTable,
61 void rateAdaptation_getFallBackStepUp(ctrlData_rateAdapt_t *currTable,
375 ctrlData_rateAdapt_t *currTable,
416 if((rateAdaptation_isRateInTable(currTable,pRateAdaptation->RatesMap[index].rate)) &&
422 rateAdaptation_getFallBackStepUp(currTable,pRateAdaptation->RatesMap[index].rate,&fallBack,&stepUp);
468 ctrlData_rateAdapt_t *currTable,
476 if( (rateNumber >= hostRateToNumber(DRV_RATE_1M)) && (rateAdaptation_isRateInTable(currTable, DRV_RATE_1M) ) ) buildRateBitMap |= (clientBitMap & supportedBitMap & DRV_RATE_MASK_1_BARKER);
477 if( (rateNumber >= hostRateToNumber(DRV_RATE_2M)) && (rateAdaptation_isRateInTable(currTable, DRV_RATE_2M) ) ) buildRateBitMap |= (clientBitMap & supportedBitMap & DRV_RATE_MASK_2_BARKER);
478 if( (rateNumber >= hostRateToNumber(DRV_RATE_5_5M)) && (rateAdaptation_isRateInTable(currTable, DRV_RATE_5_5M) ) ) buildRateBitMap |= (clientBitMap & supportedBitMap & DRV_RATE_MASK_5_5_CCK);
479 if( (rateNumber >= hostRateToNumber(DRV_RATE_11M)) && (rateAdaptation_isRateInTable(currTable, DRV_RATE_11M) ) ) buildRateBitMap |= (clientBitMap & supportedBitMap & DRV_RATE_MASK_11_CCK);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
RateAdaptation.h 150 ctrlData_rateAdapt_t *currTable,
163 ctrlData_rateAdapt_t *currTable,
168 BOOL rateAdaptation_isRateInTable(ctrlData_rateAdapt_t *currTable,
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteMgr.c     [all...]

Completed in 111 milliseconds