Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daf21d76 authored by Vinit Deshapnde's avatar Vinit Deshapnde Committed by Android Git Automerger
Browse files

am 75c12de0: Merge "Increase Reject threshold for disabling networks" into klp-dev

* commit '75c12de0':
  Increase Reject threshold for disabling networks
parents 1197bc37 75c12de0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -55,7 +55,7 @@ class SupplicantStateTracker extends StateMachine {
    private static final int MAX_RETRIES_ON_AUTHENTICATION_FAILURE = 2;
    private static final int MAX_RETRIES_ON_AUTHENTICATION_FAILURE = 2;


    /* Maximum retries on assoc rejection events */
    /* Maximum retries on assoc rejection events */
    private static final int MAX_RETRIES_ON_ASSOCIATION_REJECT = 4;
    private static final int MAX_RETRIES_ON_ASSOCIATION_REJECT = 16;


    /* Tracks if networks have been disabled during a connection */
    /* Tracks if networks have been disabled during a connection */
    private boolean mNetworksDisabledDuringConnect = false;
    private boolean mNetworksDisabledDuringConnect = false;