Home | History | Annotate | Download | only in siteMgr

Lines Matching refs:ofdmIndex

140 	UINT32				len = 0, ofdmIndex = 0;
213 ratesBuf, &len, &ofdmIndex);
216 ("buildProbeReqTemplate, supportedRateMask=0x%x, basicRateMask=0x%x, len=%d, ofdmIndex=%d, radioBand =%d\n",
217 supportedRateMask,basicRateMask,len, ofdmIndex, radioBand));
222 ofdmIndex == len)
233 pDot11Rates->hdr.eleLen = ofdmIndex;
238 pDot11Rates->hdr.eleLen = len - ofdmIndex;
239 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr.eleLen);
282 UINT32 len = 0, ofdmIndex = 0;
353 ratesBuf, &len, &ofdmIndex);
357 ofdmIndex == len)
368 pDot11Rates->hdr.eleLen = ofdmIndex;
445 pDot11Rates->hdr.eleLen = len - ofdmIndex;
446 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr.eleLen);