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

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 135 roamingMngrThresholdsConfig_t roamingMngrThresholdsConfig; /**< Roaming Manager Thresholds Configuration */
roamingMngr.c 741 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.dataRetryThreshold = 20;
742 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.numExpectedTbttForBSSLoss = 10;
743 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.txRateThreshold = 2;
744 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowRssiThreshold = -80;
745 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowSnrThreshold = 0;
746 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowQualityForBackgroungScanCondition = -80;
747 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.normalQualityForBackgroungScanCondition = -70;
841 TRACE7(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_setParam Thresholds: \n dataRetryThreshold= %d,\n lowQualityForBackgroungScanCondition=%d,\n lowRssiThreshold=%d,\n lowSNRThreshold=%d,\n normalQualityForBackgroungScanCondition=%d,\n numExpectedTbttForBSSLoss=%d,\n txRateThreshold=%d \n \n", pRoamingMngrConfigParams->roamingMngrThresholdsConfig.dataRetryThreshold, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.lowQualityForBackgroungScanCondition, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.lowRssiThreshold, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.lowSnrThreshold, pRoamingM (…)
    [all...]
roamingMngrApi.h 108 roamingMngrThresholdsConfig_t roamingMngrThresholdsConfig;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 304 pParam->content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowRssiThreshold = wrqu->param.value;
325 wrqu->param.value = pParam->content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowRssiThreshold;
    [all...]

Completed in 75 milliseconds