Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:ofdmIndex

1070     TI_UINT32           len = 0, ofdmIndex = 0;
1166 rate_DrvBitmapToNetStr (rateSuppMask, rateBasicMask, ratesBuf, &len, &ofdmIndex);
1168 if(ofdmIndex < len)
1255 TI_UINT32 len = 0, ofdmIndex = 0;
1294 rate_DrvBitmapToNetStr (rateSuppMask, rateBasicMask, ratesBuf, &len, &ofdmIndex);
1296 if(mode != DOT11_G_MODE || ofdmIndex == len )
1307 pDot11Rates->hdr[1] = ofdmIndex;
1313 pDot11Rates->hdr[1] = len - ofdmIndex;
1314 os_memoryCopy(NULL, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);