HomeSort by relevance Sort by last modified time
    Searched defs:bUseSGParams (Results 1 - 6 of 6) 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);
  /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);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 186 BOOLEAN bUseSGParams; /**<
194 * bUseSGParams == TRUE)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
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...]

Completed in 701 milliseconds