Send connman mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."


Today's Topics:

   1. [PATCH] wifi: reduce background scanning threshold from -45
      to -65 (Julien Massot)


----------------------------------------------------------------------

Message: 1
Date: Mon,  8 Apr 2019 09:48:12 +0200
From: Julien Massot <[email protected]>
To: [email protected]
Subject: [PATCH] wifi: reduce background scanning threshold from -45
        to -65
Message-ID: <[email protected]>

From: Julien Massot <[email protected]>

The background scanning is intended for potential roaming
purpose.

An RSSI of -45 is a really good signal level and should not
trigger a background scan intended for roaming.

-65 is the beginning of wifi trouble and most likely we may
want to move to a better BSS.

# Conflicts:
#       plugins/wifi.c
---
 plugins/wifi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/wifi.c b/plugins/wifi.c
index a29c3414..910b739d 100644
--- a/plugins/wifi.c
+++ b/plugins/wifi.c
@@ -63,7 +63,7 @@
 #define INACTIVE_TIMEOUT  12   /* in seconds */
 #define FAVORITE_MAXIMUM_RETRIES 2
 
-#define BGSCAN_DEFAULT "simple:30:-45:300"
+#define BGSCAN_DEFAULT "simple:30:-65:300"
 #define AUTOSCAN_EXPONENTIAL "exponential:3:300"
 #define AUTOSCAN_SINGLE "single:3"
 
-- 
2.21.0



------------------------------

Subject: Digest Footer

_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman


------------------------------

End of connman Digest, Vol 42, Issue 7
**************************************

Reply via email to