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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnPrivate.h 77 TI_BOOL bUseSGParams;
currBss.h 117 TI_BOOL bUseSGParams; /**< Whether to use the Soft Gemini compensation on the roaming triggers (currently: BSS Loss) */
163 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams);
ScanCncn.h 220 void scanCncn_SGconfigureScanParams (TI_HANDLE hScanCncn, TI_BOOL bUseSGParams,
ScanCncn.c 194 pScanCncn->bUseSGParams = TI_FALSE; /* bUseSGParams is TI_TRUE only when SG module is enabled */
396 if (TI_TRUE == pScanCncn->bUseSGParams)
492 if (TI_TRUE == pScanCncn->bUseSGParams)
    [all...]
currBss.c 283 pCurrBSS->bUseSGParams = TI_FALSE;
506 * bUseSGParams - whether to use the SG compensation
516 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams)
520 pCurrBSS->bUseSGParams = bUseSGParams;
523 TRACE1(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, "CurrBSS_SGConf: SG =%d\n", pCurrBSS->bUseSGParams);
593 TRACE2(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, ": SG=%d, Band=%d\n", pCurrBSS->bUseSGParams, pCurrBSS->currAPInfo.band);
596 if ((pCurrBSS->bUseSGParams) && (pCurrBSS->currAPInfo.band == RADIO_BAND_2_4_GHZ))
    [all...]

Completed in 48 milliseconds