HomeSort by relevance Sort by last modified time
    Searched refs:maxTxRetryThreshold (Results 1 - 2 of 2) 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...]

Completed in 28 milliseconds