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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.h 115 TI_UINT8 maxTxRetryThreshold; /**< last configured threshold for max Tx retry */
currBss.c 352 pCurrBSS->maxTxRetryThreshold = NO_ACK_DEFAULT_THRESHOLD;
443 if (pCurrBSS->maxTxRetryThreshold != params->dataRetryThreshold)
445 pCurrBSS->maxTxRetryThreshold = params->dataRetryThreshold;
446 roamingTriggersParams.maxTxRetry = pCurrBSS->maxTxRetryThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.h 116 TI_UINT8 maxTxRetryThreshold; /**< last configured threshold for max Tx retry */
currBss.c 350 pCurrBSS->maxTxRetryThreshold = NO_ACK_DEFAULT_THRESHOLD;
441 if (pCurrBSS->maxTxRetryThreshold != params->dataRetryThreshold)
443 pCurrBSS->maxTxRetryThreshold = params->dataRetryThreshold;
444 roamingTriggersParams.maxTxRetry = pCurrBSS->maxTxRetryThreshold;
    [all...]

Completed in 514 milliseconds