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

  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
roamingMngrTypes.h 81 UINT8 lowSnrThreshold; /* low SNR threshold */
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 114 TI_UINT8 lowSnrThreshold; /**< When the low SNR threshold is crossed, the low SNR roaming event is initiated.
roamingMngr.c 745 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowSnrThreshold = 0;
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, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.normalQualityForBackgroungScanCondition, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.numExpectedTbttForBSSLoss, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.txRateThreshold);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h 114 TI_UINT8 lowSnrThreshold; /**< When the low SNR threshold is crossed, the low SNR roaming event is initiated.
roamingMngr.c 745 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.lowSnrThreshold = 0;
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, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.normalQualityForBackgroungScanCondition, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.numExpectedTbttForBSSLoss, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.txRateThreshold);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.h 111 TI_INT8 lowSnrThreshold; /**< Last configured threshold Low-SNR */
currBss.c 315 pCurrBSS->lowSnrThreshold = SNR_DEFAULT_THRESHOLD;
317 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold;
402 if (pCurrBSS->lowSnrThreshold != params->lowSnrThreshold)
404 pCurrBSS->lowSnrThreshold = params->lowSnrThreshold;
407 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.h 112 TI_INT8 lowSnrThreshold; /**< Last configured threshold Low-SNR */
currBss.c 313 pCurrBSS->lowSnrThreshold = SNR_DEFAULT_THRESHOLD;
315 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold;
400 if (pCurrBSS->lowSnrThreshold != params->lowSnrThreshold)
402 pCurrBSS->lowSnrThreshold = params->lowSnrThreshold;
405 tTriggerCfg.threshold = pCurrBSS->lowSnrThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c 581 InitRoamingParams.roamingMngrThresholdsConfig.lowSnrThreshold = 0;
666 lowRssiThreshold=%d,\n lowSNRThreshold=%d,\n \
672 pRoamingMngrConfigParams->roamingMngrThresholdsConfig.lowSnrThreshold, pRoamingMngrConfigParams->roamingMngrThresholdsConfig.normalQualityForBackgroungScanCondition,
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 623 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
677 pAPConnection->snrThreshold = pParam->lowSnrThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 679 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c 614 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
668 pAPConnection->snrThreshold = pParam->lowSnrThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 392 roamingTriggersParams.snrThreshold = params->lowSnrThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 424 milliseconds