Home | History | Annotate | Download | only in Assoc

Lines Matching refs:ofdmIndex

1178 	UINT32				len = 0, ofdmIndex = 0;
1274 ratesBuf, &len, &ofdmIndex);
1276 if(ofdmIndex < len)
1395 UINT32 len = 0, ofdmIndex = 0;
1437 ratesBuf, &len, &ofdmIndex);
1439 if(mode != DOT11_G_MODE || ofdmIndex == len || useESRie == FALSE)
1450 pDot11Rates->hdr.eleLen = ofdmIndex;
1456 pDot11Rates->hdr.eleLen = len - ofdmIndex;
1457 os_memoryCopy(NULL, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr.eleLen);