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

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 108 TI_UINT8 txRateThreshold; /**< Low TX rate roaming even threshold;
roamingMngr.c 743 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.txRateThreshold = 2;
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/Connection_Managment/
apConn.c 624 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
654 if (pParam->txRateThreshold == AP_CONNECT_TRIGGER_IGNORED)
657 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
662 pAPConnection->lowRateThreshold = pParam->txRateThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 26 milliseconds