On Jul 19, 2012, at 12:00 PM, Julien Massot <[email protected]> wrote: > Some access point exclude station which have tried 3 times a wrong passphrase. > Decreasing this counter to two gives a chance to the user to connect after > entering a wrong passphrase. > --- > plugins/wifi.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/plugins/wifi.c b/plugins/wifi.c > index a6da298..1047202 100644 > --- a/plugins/wifi.c > +++ b/plugins/wifi.c > @@ -57,7 +57,7 @@ > > #define CLEANUP_TIMEOUT 8 /* in seconds */ > #define INACTIVE_TIMEOUT 12 /* in seconds */ > -#define MAXIMUM_RETRIES 4 > +#define MAXIMUM_RETRIES 2 > > #define BGSCAN_DEFAULT "simple:30:-45:300" > #define AUTOSCAN_DEFAULT "exponential:3:300"
Julien: NACK. IIRC, this value has been adjusted up and down through several iterations and four was arrived at as being reasonable based on quite a bit of testing. Please check the GIT history and follow-up on those changes to ensure this doesn't reintroduce regressions that we've already been through on this value. Thanks, Grant _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
