Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:ofdmIndex

1061     TI_UINT32           len = 0, ofdmIndex = 0;
1157 rate_DrvBitmapToNetStr (rateSuppMask, rateBasicMask, ratesBuf, &len, &ofdmIndex);
1159 if(ofdmIndex < len)
1239 TI_UINT32 len = 0, ofdmIndex = 0;
1278 rate_DrvBitmapToNetStr (rateSuppMask, rateBasicMask, ratesBuf, &len, &ofdmIndex);
1280 if(mode != DOT11_G_MODE || ofdmIndex == len )
1291 pDot11Rates->hdr[1] = ofdmIndex;
1297 pDot11Rates->hdr[1] = len - ofdmIndex;
1298 os_memoryCopy(NULL, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);