Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:ofdmIndex

229 	TI_UINT32			 len = 0, ofdmIndex = 0;
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);
325 ofdmIndex == len)
336 pDot11Rates->hdr[1] = ofdmIndex;
341 pDot11Rates->hdr[1] = len - ofdmIndex;
342 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);
406 TI_UINT32 len = 0, ofdmIndex = 0;
492 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
496 ofdmIndex == len)
507 pDot11Rates->hdr[1] = ofdmIndex;
594 pDot11Rates->hdr[1] = len - ofdmIndex;
595 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);