Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:ofdmIndex

233 	TI_UINT32			 len = 0, ofdmIndex = 0;
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);
311 ofdmIndex == len)
322 pDot11Rates->hdr[1] = ofdmIndex;
327 pDot11Rates->hdr[1] = len - ofdmIndex;
328 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);
392 TI_UINT32 len = 0, ofdmIndex = 0;
469 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
473 ofdmIndex == len)
484 pDot11Rates->hdr[1] = ofdmIndex;
571 pDot11Rates->hdr[1] = len - ofdmIndex;
572 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);