HomeSort by relevance Sort by last modified time
    Searched defs:supportedRateMask (Results 1 - 8 of 8) 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...]
  /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...]
  /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...]
  /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...]

Completed in 138 milliseconds