HomeSort by relevance Sort by last modified time
    Searched refs:ofdmIndex (Results 1 - 9 of 9) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
templates.c 140 UINT32 len = 0, ofdmIndex = 0;
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;
353 ratesBuf, &len, &ofdmIndex);
    [all...]
select.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 233 TI_UINT32 len = 0, ofdmIndex = 0;
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;
469 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
    [all...]
systemConfig.c 254 TI_UINT32 len = 0, ofdmIndex = 0;
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]);
assocSM.c 1061 TI_UINT32 len = 0, ofdmIndex = 0;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 229 TI_UINT32 len = 0, ofdmIndex = 0;
310 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
312 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);
325 ofdmIndex == len)
336 pDot11Rates->hdr[1] = ofdmIndex;
341 pDot11Rates->hdr[1] = len - ofdmIndex;
342 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);
406 TI_UINT32 len = 0, ofdmIndex = 0;
492 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
    [all...]
systemConfig.c 256 TI_UINT32 len = 0, ofdmIndex = 0;
322 &ofdmIndex);
326 ofdmIndex == len)
335 rates.hdr[1] = ofdmIndex;
339 extRates.hdr[1] = len - ofdmIndex;
340 os_memoryCopy(pSiteMgr->hOs, (void *)extRates.rates, &ratesBuf[ofdmIndex], extRates.hdr[1]);
assocSM.c 1070 TI_UINT32 len = 0, ofdmIndex = 0;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
assocSM.c 1178 UINT32 len = 0, ofdmIndex = 0;
    [all...]

Completed in 134 milliseconds