X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmain_tv.conf;h=c7b8e1125746406a45d8ad4d0916eda4493d03a1;hb=c647a4b6f1132684c9d8b8ad71ec38d81147b278;hp=fd3afc905dd7363a9973cadda2ad2a0eaee3d326;hpb=24899e2264dd187e7e452e0ffad9d2df1d490927;p=platform%2Fupstream%2Fconnman.git diff --git a/src/main_tv.conf b/src/main_tv.conf index fd3afc9..c7b8e11 100755 --- a/src/main_tv.conf +++ b/src/main_tv.conf @@ -109,8 +109,44 @@ SingleConnectedTechnology = true NetworkCellularInterfaceList = pdp,rmnet,seth_td,seth_w - +# Allow connman to add service gateway to the time server list. +# Default value is false. +# UseGatewaysAsTimeservers = false # 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 + +[INS] +# INS(Intelligent Network Selection) configuration: BSSID Selection. +INSPreferredFreqBSSID = 5GHz +INSPreferredFreqBSSIDScore = 20 +INSLastConnectedBSSID = true +INSLastConnectedBSSIDScore = 20 +INSAssocReject = true +INSAssocRejectScore = 10 +INSSignalBSSID = true + +# INS(Intelligent Network Selection) configuration: SSID Selection. +INSLastUserSelection = true +INSLastUserSelectionTime = 480 +INSLastUserSelectionScore = 30 +# (INSLastUserSelectionTime - selection time diff) / (INSLastUserSelectionTime / INSLastUserSelectionScore) +# This means '(480 - selection time) / x) <= 30' +INSLastConnected = true +INSLastConnectedScore = 30 +INSPreferredFreq = 5GHz +INSPreferredFreqScore = 60 +INSSecurityPriority = SAE,RSN +INSSecurityPriorityScore = 5 +# In this case, SAE(10 score), RSN(5 score) +INSSignal = true +INSInternet = true +INSInternetScore = 30 + +# INS(Intelligent Network Selection) configuration: Common. +INSSignalLevel3_5GHz = -76 +INSSignalLevel3_24GHz = -74