am 75c12de0: Merge "Increase Reject threshold for disabling networks" into klp-dev
* commit '75c12de0cd35b8f969d64fc44eb172e283063538': Increase Reject threshold for disabling networks
This commit is contained in:
@@ -55,7 +55,7 @@ class SupplicantStateTracker extends StateMachine {
|
||||
private static final int MAX_RETRIES_ON_AUTHENTICATION_FAILURE = 2;
|
||||
|
||||
/* 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 */
|
||||
private boolean mNetworksDisabledDuringConnect = false;
|
||||
|
||||
Reference in New Issue
Block a user