Merge "Fix crash caused by decryption response delay" into tizen
[platform/upstream/connman.git] / src / main_tv.conf
index 65dc727..b40394c 100755 (executable)
@@ -116,6 +116,15 @@ NetworkCellularInterfaceList = pdp,rmnet,seth_td,seth_w
 # Enable Tizen TV Profile Features
 TizenTVExtension = true
 
+# This value specifies which will be the default when there are multiple wifi interfaces.
+# Default value is wlan0.
+DefaultWifiInterface = wlan0
+
+# This value indicates which AP selection method to be used.
+# 0: Normal(Signal strength)
+# 1: INS
+ApSelectionMethod = 0
+
 [INS]
 # INS(Intelligent Network Selection) configuration: BSSID Selection.
 INSPreferredFreqBSSID = 5GHz
@@ -145,4 +154,4 @@ INSInternetScore = 30
 
 # INS(Intelligent Network Selection) configuration: Common.
 INSSignalLevel3_5GHz = -76
-INSSignalLevel3_24GHz = -74
+INSSignalLevel3_2_4GHz = -74