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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
templates.c 143 UINT32 supportedRateMask,basicRateMask;
192 supportedRateMask = translateSupportedRateValueToMask(pSiteMgr->pDesiredParams->siteMgrRegstrySuppRate[DOT11_G_MODE], FALSE);
198 supportedRateMask = translateSupportedRateValueToMask(pSiteMgr->pDesiredParams->siteMgrRegstrySuppRate[DOT11_A_MODE], TRUE);
208 supportedRateMask = translateSupportedRateValueToMask(SUPPORTED_RATE_SET_UP_TO_54, FALSE);
211 bitMapToNetworkStringRates(supportedRateMask,
216 ("buildProbeReqTemplate, supportedRateMask=0x%x, basicRateMask=0x%x, len=%d, ofdmIndex=%d, radioBand =%d\n",
217 supportedRateMask,basicRateMask,len, ofdmIndex, radioBand));
286 UINT32 supportedRateMask,basicRateMask;
342 supportedRateMask = getSupportedRateMaskForSpecialBGchannel() ;
347 supportedRateMask = pSiteMgr->pDesiredParams->siteMgrMatchedSuppRateMask
    [all...]
siteMgr.c     [all...]
select.c 756 | pSiteMgr->pDesiredParams->siteMgrCurrentDesiredRateMask.supportedRateMask;
758 SiteTotalRates = pSite->rateMask.basicRateMask | pSite->rateMask.supportedRateMask;
765 pSiteMgr->pDesiredParams->siteMgrCurrentDesiredRateMask.supportedRateMask;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 237 TI_UINT32 supportedRateMask,basicRateMask;
287 supportedRateMask = rate_SupportedToDrvBitmap(pSiteMgr->pDesiredParams->siteMgrRegstrySuppRate[DOT11_G_MODE], TI_FALSE);
293 supportedRateMask = rate_SupportedToDrvBitmap(pSiteMgr->pDesiredParams->siteMgrRegstrySuppRate[DOT11_A_MODE], TI_TRUE);
302 supportedRateMask = rate_SupportedToDrvBitmap(SUPPORTED_RATE_SET_UP_TO_54, TI_FALSE);
305 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
307 TRACE5(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "buildProbeReqTemplate, supportedRateMask=0x%x, basicRateMask=0x%x, len=%d, ofdmIndex=%d, radioBand =%d\n", supportedRateMask,basicRateMask,len, ofdmIndex, radioBand);
397 TI_UINT32 supportedRateMask,basicRateMask;
460 supportedRateMask = rate_GetDrvBitmapForDefaultSupporteSet ();
465 supportedRateMask = pSiteMgr->pDesiredParams->siteMgrMatchedSuppRateMask
    [all...]
siteMgr.c     [all...]
systemConfig.c 312 rate_DrvBitmapToNetStr (pSiteMgr->pDesiredParams->siteMgrCurrentDesiredRateMask.supportedRateMask,
538 pSiteMgr->pDesiredParams->siteMgrCurrentDesiredRateMask.supportedRateMask;
542 pPrimarySite->rateMask.supportedRateMask;
scanResultTable.c 620 rate_NetStrToDrvBitmap (&pSite->rateMask.supportedRateMask,
    [all...]
assocSM.c 1110 if(param.content.siteMgrCurrentRateMask.supportedRateMask & DRV_RATE_MASK_22_PBCC)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 233 TI_UINT32 supportedRateMask,basicRateMask;
292 supportedRateMask = rate_SupportedToDrvBitmap((ESupportedRateSet)(pSiteMgr->pDesiredParams->siteMgrRegstrySuppRate[DOT11_G_MODE]), TI_FALSE);
298 supportedRateMask = rate_SupportedToDrvBitmap((ESupportedRateSet)(pSiteMgr->pDesiredParams->siteMgrRegstrySuppRate[DOT11_A_MODE]), TI_TRUE);
307 supportedRateMask = rate_SupportedToDrvBitmap(SUPPORTED_RATE_SET_UP_TO_54, TI_FALSE);
310 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
312 TRACE5(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "buildProbeReqTemplate, supportedRateMask=0x%x, basicRateMask=0x%x, len=%d, ofdmIndex=%d, radioBand =%d\n", supportedRateMask,basicRateMask,len, ofdmIndex, radioBand);
411 TI_UINT32 supportedRateMask,basicRateMask;
483 supportedRateMask = rate_GetDrvBitmapForDefaultSupporteSet ();
488 supportedRateMask = pSiteMgr->pDesiredParams->siteMgrMatchedSuppRateMask
    [all...]
siteMgr.c     [all...]
systemConfig.c 318 rate_DrvBitmapToNetStr (pSiteMgr->pDesiredParams->siteMgrCurrentDesiredRateMask.supportedRateMask,
544 pSiteMgr->pDesiredParams->siteMgrCurrentDesiredRateMask.supportedRateMask;
548 pPrimarySite->rateMask.supportedRateMask;
scanResultTable.c     [all...]
assocSM.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
assocSM.c 1226 if(param.content.siteMgrCurrentRateMask.supportedRateMask & DRV_RATE_MASK_22_PBCC)
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 306 TI_UINT32 supportedRateMask;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 306 TI_UINT32 supportedRateMask;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 383 UINT32 supportedRateMask;
    [all...]

Completed in 1251 milliseconds