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

  /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...]
  /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...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 623 pParam->lowSnrThreshold = pAPConnection->snrThreshold;
677 pAPConnection->snrThreshold = pParam->lowSnrThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 61 milliseconds