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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 178 TI_UINT8 txFailureThreshold; /**< Stores recently configured consec. no ack threshold */
518 pAPConnection->txFailureThreshold = NO_ACK_DEFAULT_THRESHOLD;
625 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
668 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
673 pAPConnection->txFailureThreshold = pParam->dataRetryThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 205 UINT8 txFailureThreshold; /**< Stores recently configured consec. no ack threshold */
558 pAPConnection->txFailureThreshold = NO_ACK_DEFAULT_THRESHOLD;
681 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c 179 TI_UINT8 txFailureThreshold; /**< Stores recently configured consec. no ack threshold */
521 pAPConnection->txFailureThreshold = NO_ACK_DEFAULT_THRESHOLD;
616 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
659 pParam->dataRetryThreshold = pAPConnection->txFailureThreshold;
664 pAPConnection->txFailureThreshold = pParam->dataRetryThreshold;
    [all...]

Completed in 1714 milliseconds