Use estimated throughput for wifi roaming
[platform/upstream/connman.git] / src / main.conf
index f997c65..5317425 100755 (executable)
@@ -219,6 +219,14 @@ DefaultWifiInterface = wlan0
 # Default value is false.
 # WifiRoaming = true
 
+# Determine if the SNR and signal have weakened
+# based on the following conditions.
+#   - SNR is less than WifiRoamingMinSNR or RSSI is less than
+#     WifiRoamingMinRSSI_2_4GHz or WifiRoamingMinRSSI_5GHz.
+#   - If the WifiRoamingMinSNR value is 0, the SNR check will be skipped.
+WifiRoamingMinSNR = 20
+WifiRoamingMinRSSI_2_4GHz = -75
+WifiRoamingMinRSSI_5GHz = -77
 
 [INS]
 # INS(Intelligent Network Selection) configuration: BSSID Selection.
@@ -249,4 +257,4 @@ INSInternetScore = 30
 
 # INS(Intelligent Network Selection) configuration: Common.
 INSSignalLevel3_5GHz = -76
-INSSignalLevel3_24GHz = -74
+INSSignalLevel3_2_4GHz = -74