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

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 102 TI_UINT8 dataRetryThreshold; /**< Consecutive number of TX retries per roaming event;
roamingMngr.c 741 param.content.roamingConfigBuffer.roamingMngrThresholdsConfig.dataRetryThreshold = 20;
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 625 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
665 if (pParam->dataRetryThreshold == AP_CONNECT_TRIGGER_IGNORED)
668 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
673 pAPConnection->txFailureThreshold = pParam->dataRetryThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 443 if (pCurrBSS->maxTxRetryThreshold != params->dataRetryThreshold)
445 pCurrBSS->maxTxRetryThreshold = params->dataRetryThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 160 milliseconds