Home | History | Annotate | Download | only in siteMgr

Lines Matching refs:ofdmIndex

1026 	UINT32				len = 0, ofdmIndex = 0;
1087 ratesBuf, &len, &ofdmIndex);
1091 ofdmIndex == len)
1100 rates.hdr.eleLen = ofdmIndex;
1104 extRates.hdr.eleLen = len - ofdmIndex;
1105 os_memoryCopy(pSiteMgr->hOs, (void *)extRates.rates, &ratesBuf[ofdmIndex], extRates.hdr.eleLen);