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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 229 TI_UINT32 len = 0, ofdmIndex = 0;
312 rate_DrvBitmapToNetStr (supportedRateMask, basicRateMask, ratesBuf, &len, &ofdmIndex);
314 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);
327 ofdmIndex == len)
338 pDot11Rates->hdr[1] = ofdmIndex;
343 pDot11Rates->hdr[1] = len - ofdmIndex;
344 os_memoryCopy(pSiteMgr->hOs, (void *)pDot11Rates->rates, &ratesBuf[ofdmIndex], pDot11Rates->hdr[1]);
410 TI_UINT32 len = 0, ofdmIndex = 0;
496 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...]

Completed in 24 milliseconds