Searched refs:ofdmIndex (Results 1 - 6 of 6) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A Dtemplates.c140 UINT32 len = 0, ofdmIndex = 0; local
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; local
353 ratesBuf, &len, &ofdmIndex);
[all...]
H A Dselect.c1026 UINT32 len = 0, ofdmIndex = 0; local
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);
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A Dtemplates.c233 TI_UINT32 len = 0, ofdmIndex = 0; local
305 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
307 TRACE5(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "buildProbeReqTemplate, supportedRateMask=0x%x, basicRateMask=0x%x, len=%d, ofdmIndex=%d, radioBand =%d\n", supportedRateMask,basicRateMask,len, ofdmIndex, radioBand);
311 ofdmIndex == len)
322 pDot11Rates->hdr[1] = ofdmIndex;
327 pDot11Rates->hdr[1] = len - ofdmIndex;
328 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);
392 TI_UINT32 len = 0, ofdmIndex = 0; local
469 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
[all...]
H A DsystemConfig.c254 TI_UINT32 len = 0, ofdmIndex = 0; local
316 &ofdmIndex);
320 ofdmIndex == len)
329 rates.hdr[1] = ofdmIndex;
333 extRates.hdr[1] = len - ofdmIndex;
334 os_memoryCopy(pSiteMgr->hOs, (void *)extRates.rates, &ratesBuf[ofdmIndex], extRates.hdr[1]);
H A DassocSM.c1061 TI_UINT32 len = 0, ofdmIndex = 0; local
1157 rate_DrvBitmapToNetStr (rateSuppMask, rateBasicMask, ratesBuf, &len, &ofdmIndex);
1159 if(ofdmIndex < len)
1239 TI_UINT32 len = 0, ofdmIndex = 0; local
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]);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c1178 UINT32 len = 0, ofdmIndex = 0; local
1274 ratesBuf, &len, &ofdmIndex);
1276 if(ofdmIndex < len)
1395 UINT32 len = 0, ofdmIndex = 0; local
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);

Completed in 98 milliseconds