HomeSort by relevance Sort by last modified time
    Searched refs:bUseSGParams (Results 1 - 16 of 16) 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...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncnPrivate.h 77 TI_BOOL bUseSGParams;
currBss.h 118 TI_BOOL bUseSGParams; /**< Whether to use the Soft Gemini compensation on the roaming triggers (currently: BSS Loss) */
165 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams);
ScanCncn.h 218 void scanCncn_SGconfigureScanParams (TI_HANDLE hScanCncn, TI_BOOL bUseSGParams,
ScanCncn.c 192 pScanCncn->bUseSGParams = TI_FALSE; /* bUseSGParams is TI_TRUE only when SG module is enabled */
384 if (TI_TRUE == pScanCncn->bUseSGParams)
476 if (TI_TRUE == pScanCncn->bUseSGParams)
    [all...]
currBss.c 281 pCurrBSS->bUseSGParams = TI_FALSE;
504 * bUseSGParams - whether to use the SG compensation
514 TI_UINT32 SGcompensationPercent , TI_BOOL bUseSGParams)
518 pCurrBSS->bUseSGParams = bUseSGParams;
521 TRACE1(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, "CurrBSS_SGConf: SG =%d\n", pCurrBSS->bUseSGParams);
562 TRACE2(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, ": SG=%d, Band=%d\n", pCurrBSS->bUseSGParams, pCurrBSS->currAPInfo.band);
566 if ((pCurrBSS->bUseSGParams) && (pCurrBSS->currAPInfo.band == RADIO_BAND_2_4_GHZ))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 186 BOOLEAN bUseSGParams; /**<
194 * bUseSGParams == TRUE)
ScanCncn.c 279 /* bUseSGParams is TRUE only when SG module is enabled */
280 pScanConcentrator->bUseSGParams = FALSE;
423 pScanConcentrator->bUseSGParams,
450 if ((pScanConcentrator->bUseSGParams) && (pScanConcentrator->clientScanParams[ SCAN_SCC_APP ].band == RADIO_BAND_2_4_GHZ))
508 if ((pScanConcentrator->bUseSGParams) && (pScanConcentrator->clientScanParams[ SCAN_SCC_DRIVER ].band == RADIO_BAND_2_4_GHZ))
590 if ((pScanConcentrator->bUseSGParams) && (pScanConcentrator->clientScanParams[ SCAN_SCC_ROAMING_CONT ].band == RADIO_BAND_2_4_GHZ))
666 if ((pScanConcentrator->bUseSGParams) && (pScanConcentrator->clientScanParams[ SCAN_SCC_ROAMING_IMMED ].band == RADIO_BAND_2_4_GHZ))
    [all...]
ScanCncnDrvSM.c 367 if (pScanConcentrator->bUseSGParams)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.h 105 UINT32 SGcompensationPercent , BOOLEAN bUseSGParams);
currBss.c 127 BOOLEAN bUseSGParams; /**< Whether to use the Soft Gemini compensation on the roaming triggers (currently: BSS Loss) */
292 pCurrBSS->bUseSGParams = FALSE;
473 * bUseSGParams - whether to use the SG compensation
483 UINT32 SGcompensationPercent , BOOLEAN bUseSGParams)
487 pCurrBSS->bUseSGParams = bUseSGParams;
491 pCurrBSS->bUseSGParams));
533 pCurrBSS->bUseSGParams,
536 if ((pCurrBSS->bUseSGParams) && (pCurrBSS->currAPInfo.band == RADIO_BAND_2_4_GHZ))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
ScanCncnApi.h 354 * \param bUseSGParams - whether to use the new parameters (TRUE when SG is enabled)
359 void scanConcentrator_SGconfigureScanParams( TI_HANDLE hScanCncn, BOOL bUseSGParams ,

Completed in 1374 milliseconds