configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/evals/tests/ruleproject/ctd/confml/CTD_commsdat.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns="http://www.s60.com/xml/confml/1" name="CTD_commsdat" version="">
       
     3 
       
     4 
       
     5 <feature ref="KCRUidSuplSettings" type="selection">
       
     6     <setting ref="CTD_KSuplSettingsIAP" name="A-GPS access point" type="selection">
       
     7         <desc>Selection for A-GPS access point</desc>
       
     8         <option map="CTD_APs/AP"/>
       
     9         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    10    </setting>     
       
    11 </feature>
       
    12 
       
    13 <feature ref="MMSEngineSettings" relevant="">
       
    14     <setting ref="CTD_MMS_AP" name="MMS access point" type="selection">
       
    15         <desc>Selection for MMS access point</desc>
       
    16         <option map="CTD_APs/AP"/>
       
    17         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    18    </setting>     
       
    19 </feature>
       
    20 <feature ref="KCRUidBrowser" name="Browser Settings">
       
    21      <setting ref="CTD_Browser_AP" name="Access point" type="selection" relevant="KWmlBrowserAccessPointSelectionMode='0'">
       
    22         <desc>Selection for Browser access point</desc>
       
    23         <option map="CTD_APs/AP"/>
       
    24         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    25         </setting>
       
    26         
       
    27       
       
    28      <setting ref="CTD_Browser_SNAP" name="Destination Network" type="selection" relevant="KWmlBrowserAccessPointSelectionMode='2'">
       
    29           <desc>Setting for the default Destination Network</desc>
       
    30           <option name="Internet" value="1"/>
       
    31           <option name="MMS" value="2"/>
       
    32           <option name="Wap Services" value="3"/>
       
    33      </setting>
       
    34 </feature>
       
    35 <feature ref="KCRUidBrowser1" name="Browser Settings1">
       
    36      <setting ref="CTD_Browser_autoupdate_AP" name="Access point for web feeds autoupdate" type="selection">
       
    37         <desc>Selection for web feeds autoupdate access point</desc>
       
    38         <option map="CTD_APs/AP"/>
       
    39         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    40         </setting>
       
    41 </feature>
       
    42 <feature ref="Mailbox1" name="Mailbox 1">
       
    43     <setting ref="CTD_Email_AP1" name="Email access point for mailbox 1" type="selection">
       
    44         <desc>Selection for Email access point</desc>
       
    45         <option map="CTD_APs/AP"/>
       
    46         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    47     </setting>  
       
    48 </feature>     
       
    49 <feature ref="Mailbox2" name="Mailbox 2">
       
    50     <setting ref="CTD_Email_AP2" name="Email access point for mailbox 2" type="selection">
       
    51         <desc>Selection for Email access point</desc>
       
    52         <option map="CTD_APs/AP"/>
       
    53         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    54     </setting>  
       
    55 </feature>
       
    56      
       
    57 <feature ref="Mailbox3" name="Mailbox 3">
       
    58    <setting ref="CTD_Email_AP3" name="Email access point for mailbox 3" type="selection">
       
    59         <desc>Selection for Email access point</desc>
       
    60         <option map="CTD_APs/AP"/>
       
    61         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    62    </setting>  
       
    63 </feature>
       
    64     
       
    65 <feature ref="Mailbox4" name="Mailbox4">
       
    66    <setting ref="CTD_Email_AP4" name="Email access point for mailbox 4" type="selection">
       
    67         <desc>Selection for Email access point</desc>
       
    68         <option map="CTD_APs/AP"/>
       
    69         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    70     </setting>  
       
    71 </feature>    
       
    72 <feature ref="Mailbox5" name="Mailbox 5">
       
    73    <setting ref="CTD_Email_AP5" name="Email access point for mailbox 5" type="selection">
       
    74         <desc>Selection for Email access point</desc>
       
    75         <option map="CTD_APs/AP"/>
       
    76         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    77     </setting>  
       
    78 </feature>
       
    79 <feature ref="Mailbox6" name="Mailbox 6">
       
    80     <setting ref="CTD_Email_AP6" name="Email access point for mailbox 6" type="selection">
       
    81         <desc>Selection for Email access point</desc>
       
    82         <option map="CTD_APs/AP"/>
       
    83         <option map="CTD_WLAN_APs/WLAN_AP"/>
       
    84     </setting>  
       
    85 </feature>
       
    86 
       
    87   <feature ref="CTD_APs" name="GPRS Access Points" relevant="">
       
    88     <desc>GPRS connection method (CM) definitions</desc>
       
    89     <setting ref="AP" name="GPRS" type="sequence" constraint="" relevant="" minOccurs="0" maxOccurs="99" mapKey="ConnectionName" mapValue="ConnectionName">
       
    90       <setting ref="ConnectionName" name="Connection Name" type="string">
       
    91         <desc>The access point name that is visible to the user.</desc>
       
    92       </setting>
       
    93       <setting ref="GPRS_AP_Name" name="GPRS Access Point Name" type="string">
       
    94         <desc>The access point name for this GPRS connection</desc>
       
    95       </setting>
       
    96                   <setting ref="CTD_GPRSAddtoDN" name="Add access point to destination" type="selection">
       
    97         <desc>Define the destination network that the access point will be added to. Can be left empty.</desc>
       
    98         <option name="Internet Destination" value="1"/>
       
    99         <option name="MMS Destination" value="2"/>
       
   100         <option name="WAP Services Destination" value="3"/>
       
   101       </setting>
       
   102       <setting ref="Seamlessness" name="Use access point" type="selection">
       
   103         <desc>Defines whether an IAP can be roamed to.</desc>
       
   104         <option name="Confirm First" value="After confirmation"/>
       
   105         <option name="Show Progress" value="Automatically"/>
       
   106       </setting>
       
   107       <setting ref="NetworkType" name="Network type" type="selection">
       
   108         <desc>Addressing that the network uses.</desc>
       
   109         <option name="IPv4" value="IPv4"/>
       
   110         <option name="IPv6" value="IPv6"/>
       
   111       </setting>
       
   112       <setting ref="UserName" name="User Name" type="string">
       
   113         <desc>User name</desc>
       
   114       </setting>
       
   115       <setting ref="PromptPassword" name="Prompt Password" type="selection">
       
   116         <desc>Prompt password at connection time.</desc>
       
   117         <option name="No" value="No"/>
       
   118         <option name="Yes" value="Yes"/>
       
   119       </setting>
       
   120       <setting ref="Password" name="Password" type="string">
       
   121         <desc>Password.</desc>
       
   122       </setting>
       
   123       <setting ref="PasswordAuthenticationType" name="Password authentication type" type="selection">
       
   124         <desc>Password authentication method.</desc>
       
   125         <option name="Normal" value="Normal"/>
       
   126         <option name="Secure" value="Secure"/>
       
   127       </setting>
       
   128       <setting ref="StartingPage" name="Homepage" type="string">
       
   129         <desc>Access point homepage in URL format.</desc>
       
   130       </setting>
       
   131 
       
   132       <setting ref="ProxyServerAddress" name="Proxy Server Address" type="string">
       
   133         <desc>Address of the HTTP/HTTPS proxy server.</desc>
       
   134       </setting>
       
   135       <setting ref="ProxyPortNumber" name="Proxy Port Number" type="string">
       
   136         <desc>Port number of the HTTP/HTTPS proxy server.</desc>
       
   137       </setting>
       
   138 
       
   139       <setting ref="PrimaryNameServer" name="IPv4 Primary Name Server" type="string" relevant="NetworkType = 'IPv4'">
       
   140         <desc>Address of the primary DNS server that resolves host names. 
       
   141         Typically allocated automatically so this can be left empty.</desc>
       
   142       </setting>
       
   143       <setting ref="SecondaryNameServer" name="IPv4 Secondary Name Server" type="string" relevant="NetworkType = 'IPv4'">
       
   144         <desc>Address of the secondary DNS server to connect if the primary DNS server is not available.
       
   145         Typically allocated automatically so this can be left empty.</desc>
       
   146       </setting>
       
   147       <setting ref="PrimaryIP6NameServer" name="IPv6 Primary Name Server" type="string" relevant="NetworkType = 'IPv6'">
       
   148         <desc>Address of the primary DNS server that resolves host names.
       
   149         Typically allocated automatically so this can be left empty.</desc>
       
   150       </setting>
       
   151       <setting ref="SecondaryIP6NameServer" name="IPv6 Secondary Name Server" type="string" relevant="NetworkType = 'IPv6'">
       
   152         <desc>Address of the secondary DNS server to connect if the primary DNS server is not available.
       
   153         Typically allocated automatically so this can be left empty.</desc>
       
   154       </setting>
       
   155 
       
   156     </setting>
       
   157   </feature>
       
   158 
       
   159   <feature ref="CTD_WLAN_APs" name="WLAN Access Points" relevant="" >
       
   160     <desc>WLAN connection method (CM) definitions</desc>
       
   161     <setting ref="WLAN_AP" name="WLAN" type="sequence" constraint="" relevant="" minOccurs="0" maxOccurs="99" mapKey="ConnectionName" mapValue="ConnectionName">
       
   162       <setting ref="ConnectionName" name="Connection Name" type="string" constraint="" required="">
       
   163         <desc>The access point name that is visible to the user.</desc>
       
   164       </setting>
       
   165       <setting ref="Seamlessness" name="Use access point" type="selection">
       
   166         <desc>Defines whether an IAP can be roamed to.</desc>
       
   167         <option name="Confirm First" value="After confirmation"/>
       
   168         <option name="Show Progress" value="Automatically"/>
       
   169       </setting>
       
   170       <setting ref="NetworkName" name="Network Name" type="string">
       
   171         <desc>Service set identifier (SSID) of the primary WLAN network.</desc>
       
   172       </setting>
       
   173     <setting ref="CTD_WLANAddtoDN" name="Add access point to destination" type="selection">
       
   174         <desc>Define the destination network that the access point will be added to. Can be left empty.</desc>
       
   175         <option name="Internet Destination" value="1"/>
       
   176         <option name="MMS Destination" value="2"/>
       
   177         <option name="WAP Services Destination" value="3"/>
       
   178       </setting>
       
   179       <setting ref="StartingPage" name="Homepage" type="string">
       
   180         <desc>Access point homepage in URL format.</desc>
       
   181       </setting>
       
   182       <setting ref="NetworkMode" name="Network Mode" type="selection">
       
   183         <desc>Determines the network infrastructure. 
       
   184         If there is a WLAN access point in the network then this should be Infrastructure.</desc>
       
   185         <option name="Infrastructure" value="Infrastructure"/>
       
   186         <option name="Ad-hoc" value="Ad-hoc"/>
       
   187       </setting>
       
   188       
       
   189             <setting ref="WLANScanSSID" name="Network Status" type="selection">
       
   190         <desc>Defines whether the SSID should be actively scanned. 
       
   191         This is needed if the SSID is hidden (not broadcasted by the AP) </desc>
       
   192         <option name="Public" value="No"/>
       
   193         <option name="Hidden" value="Yes"/>
       
   194       </setting>
       
   195 
       
   196       <setting ref="PrimaryNameServer" name="IPv4 Primary Name Server" type="string" relevant="NetworkType = 'IPv4'">
       
   197         <desc>Address of the primary DNS server that resolves host names.
       
   198         Typically allocated automatically in which case this should be empty.</desc>
       
   199       </setting>
       
   200       <setting ref="SecondaryNameServer" name="IPv4 Secondary Name Server" type="string" relevant="NetworkType = 'IPv4'">
       
   201         <desc>Address of the secondary DNS server to connect if the primary DNS server is not available.
       
   202         Typically allocated automatically in which case this should be empty.</desc>
       
   203       </setting>
       
   204       <setting ref="PrimaryIP6NameServer" name="IPv6 Primary Name Server" type="string" relevant="NetworkType = 'IPv6'">
       
   205         <desc>Address of the primary DNS server that resolves host names.
       
   206         Typically allocated automatically in which case this should be empty.</desc>
       
   207       </setting>
       
   208       <setting ref="SecondaryIP6NameServer" name="IPv6 Secondary Name Server" type="string" relevant="NetworkType = 'IPv6'">
       
   209         <desc>Address of the secondary DNS server to connect if the primary DNS server is not available.
       
   210         Typically allocated automatically in which case this should be empty.</desc>
       
   211       </setting>
       
   212       <setting ref="ProxyServerAddress" name="Proxy Server Address" type="string">
       
   213         <desc>Address of the HTTP/HTTPS proxy server.</desc>
       
   214       </setting>
       
   215       <setting ref="ProxyPortNumber" name="Proxy Port Number" type="string">
       
   216         <desc>Port number of the HTTP/HTTPS proxy server.</desc>
       
   217       </setting>
       
   218       <setting ref="ProxyProtocolName" name="Proxy protocol Name" type="string">
       
   219         <desc>Name of the protocol for which this proxy can be used. 
       
   220         Typically http or https.</desc>
       
   221       </setting>
       
   222       <setting ref="WlanChannelId" name="WLAN Channel ID" type="string" relevant="NetworkMode = 'Ad-hoc'">
       
   223         <desc>
       
   224       	802.11 Channel ID (1-14). Used only when connecting/setting up adhoc network.
       
   225       	</desc>
       
   226       </setting>
       
   227             <setting ref="SecurityMode" name="Security Mode" type="selection">
       
   228         <desc>Security mode of the WLAN network.</desc>
       
   229         <option name="Open" value="Open"/>
       
   230         <option name="WEP" value="WEP"/>
       
   231         <option name="802.1x" value="802.1x"/>
       
   232         <option name="WPA" value="WPA"/>
       
   233         <option name="WPA2" value="WPA2"/>
       
   234       </setting>
       
   235       <setting ref="WEPKeyInUse" name="WEP Key In Use" type="selection" relevant="SecurityMode = 'WEP'">
       
   236         <desc>Index of default WEP key. Used only when security mode is WEP.</desc>
       
   237         <option name="key1" value="key1"/>
       
   238         <option name="key2" value="key2"/>
       
   239         <option name="key3" value="key3"/>
       
   240         <option name="key4" value="key4"/>
       
   241       </setting>
       
   242       <setting ref="WEPAuthType" name="WEP Auth Type" type="selection" relevant="SecurityMode = 'WEP'">
       
   243         <desc>WEP authentication mode. Only used when security mode is WEP.</desc>
       
   244         <option name="Shared" value="Shared"/>
       
   245         <option name="Open" value="Open"/>
       
   246       </setting>
       
   247       <setting ref="WEPKey1Length" name="WEP Key1 Length" type="selection" relevant="SecurityMode = 'WEP'">
       
   248         <desc>WEP key length in bits.</desc>
       
   249         <option name="64" value="64"/>
       
   250         <option name="128" value="128"/>
       
   251         <option name="256" value="256"/>
       
   252       </setting>
       
   253       <setting ref="WEPKey1Format" name="WEP Key1 Format" type="selection" relevant="SecurityMode = 'WEP'">
       
   254         <desc>WEP key format.</desc>
       
   255         <option name="ASCII" value="ASCII"/>
       
   256         <option name="Hexadecimal" value="Hexadecimal"/>
       
   257       </setting>
       
   258       <setting ref="WEPKey1Data" name="WEP Key1 Data" type="string" relevant="SecurityMode = 'WEP'">
       
   259         <desc>WEP key data (in format specified by corresponding WEP key format field).</desc>
       
   260       </setting>
       
   261       <setting ref="WEPKey2Length" name="WEP Key2 Length" type="selection" relevant="SecurityMode = 'WEP'">
       
   262         <desc>WEP key length in bits.</desc>
       
   263         <option name="64" value="64"/>
       
   264         <option name="128" value="128"/>
       
   265         <option name="256" value="256"/>
       
   266       </setting>
       
   267       <setting ref="WEPKey2Format" name="WEP Key2 Format" type="selection" relevant="SecurityMode = 'WEP'">
       
   268         <desc>WEP key format.</desc>
       
   269         <option name="ASCII" value="ASCII"/>
       
   270         <option name="Hexadecimal" value="Hexadecimal"/>
       
   271       </setting>
       
   272       <setting ref="WEPKey2Data" name="WEP Key2 Data" type="string" relevant="SecurityMode = 'WEP'">
       
   273         <desc>WEP key data (in format specified by corresponding WEP key format field).</desc>
       
   274       </setting>
       
   275       <setting ref="WEPKey3Length" name="WEP Key3 Length" type="selection" relevant="SecurityMode = 'WEP'">
       
   276         <desc>WEP key length in bits.</desc>
       
   277         <option name="64" value="64"/>
       
   278         <option name="128" value="128"/>
       
   279         <option name="256" value="256"/>
       
   280       </setting>
       
   281       <setting ref="WEPKey3Format" name="WEP Key3 Format" type="selection" relevant="SecurityMode = 'WEP'">
       
   282         <desc>WEP key format.</desc>
       
   283         <option name="ASCII" value="ASCII"/>
       
   284         <option name="Hexadecimal" value="Hexadecimal"/>
       
   285       </setting>
       
   286       <setting ref="WEPKey3Data" name="WEP Key3 Data" type="string" relevant="SecurityMode = 'WEP'">
       
   287         <desc>WEP key data (in format specified by corresponding WEP key format field).</desc>
       
   288       </setting>
       
   289       <setting ref="WEPKey4Length" name="WEP Key4 Length" type="selection" relevant="SecurityMode = 'WEP'">
       
   290         <desc>WEP key length in bits.</desc>
       
   291         <option name="64" value="64"/>
       
   292         <option name="128" value="128"/>
       
   293         <option name="256" value="256"/>
       
   294       </setting>
       
   295       <setting ref="WEPKey4Format" name="WEP Key4 Format" type="selection" relevant="SecurityMode = 'WEP'">
       
   296         <desc>WEP key format.</desc>
       
   297         <option name="ASCII" value="ASCII"/>
       
   298         <option name="Hexadecimal" value="Hexadecimal"/>
       
   299       </setting>
       
   300       <setting ref="WEPKey4Data" name="WEP Key4 Data" type="string" relevant="SecurityMode = 'WEP'">
       
   301         <desc>WEP key data (in format specified by corresponding WEP key format field).</desc>
       
   302       </setting>
       
   303 
       
   304       <setting ref="WPAUseOfPresharedKey" name="WPA Use of Pre-shared Key" type="selection" relevant="SecurityMode = 'WPA' or SecurityMode = 'WPA2'">
       
   305         <desc>Specifies that when the security mode is WPA or WPA2 if the PSK mode is enabled. 
       
   306         If this is off then EAP mode is used and the list of EAPs needs to be defined.</desc>
       
   307         <option name="No" value="No"/>
       
   308         <option name="Yes" value="Yes"/>
       
   309       </setting>
       
   310       <setting ref="WPAKeyLength" name="WPA Pre-shared key length" relevant="WPAUseOfPresharedKey ='Yes'">
       
   311         <desc>The length of the specified pre-shared key (in WPA pre-shared key field)</desc>
       
   312       </setting>
       
   313         <setting ref="WPAPresharedKey" name="WPA Pre-shared Key" type="string" relevant="WPAUseOfPresharedKey ='Yes'">
       
   314         <desc>WPA/WPA2 pre-shared key in plain text. ASCII character set values between 32-126 must be used. Minimum length is 8 characters and maximum 63.
       
   315         You need to also define the WPA pre-shared key length field accordingly</desc>
       
   316 
       
   317       </setting>
       
   318           <setting ref="CTD_EAPkey1" name="EAP Key 1" type="selection" relevant="WPAUseOfPresharedKey ='No'">
       
   319         <desc>Eap Key 1</desc>
       
   320         <option name="EAP-SIM Active" value="EAP-SIM Active"/>
       
   321         <option name="EAP-AKA Active" value="EAP-AKA Active"/>
       
   322         <option name="EAP-TLS Active" value="EAP-TLS Active"/>
       
   323         <option name="EAP-PEA ActiveP" value="EAP-PEAP Active"/>
       
   324         <option name="EAP-TTLS Active" value="EAP-TTLS Active"/>
       
   325         <option name="EAP-LEAP Active" value="EAP-LEAP Active"/>
       
   326         <option name="EAP-FAST Active" value="EAP-FAST Active"/>
       
   327                 <option name="EAP-SIM Inactive" value="EAP-SIM Inactive"/>
       
   328         <option name="EAP-AKA Inactive" value="EAP-AKA Inactive"/>
       
   329         <option name="EAP-TLS Inactive" value="EAP-TLS Inactive"/>
       
   330         <option name="EAP-PEAP Inactive" value="EAP-PEAP Inactive"/>
       
   331         <option name="EAP-TTLS Inactive" value="EAP-TTLS Inactive"/>
       
   332         <option name="EAP-LEAP Inactive" value="EAP-LEAP Inactive"/>
       
   333         <option name="EAP-FAST Inactive" value="EAP-FAST Inactive"/>
       
   334       </setting>
       
   335           <setting ref="CTD_EAPkey2" name="EAP Key 2" type="selection" relevant="WPAUseOfPresharedKey ='No'">
       
   336         <desc>Eap Key 1</desc>
       
   337         <option name="EAP-SIM Active" value="EAP-SIM Active"/>
       
   338         <option name="EAP-AKA Active" value="EAP-AKA Active"/>
       
   339         <option name="EAP-TLS Active" value="EAP-TLS Active"/>
       
   340         <option name="EAP-PEA ActiveP" value="EAP-PEAP Active"/>
       
   341         <option name="EAP-TTLS Active" value="EAP-TTLS Active"/>
       
   342         <option name="EAP-LEAP Active" value="EAP-LEAP Active"/>
       
   343         <option name="EAP-FAST Active" value="EAP-FAST Active"/>
       
   344                 <option name="EAP-SIM Inactive" value="EAP-SIM Inactive"/>
       
   345         <option name="EAP-AKA Inactive" value="EAP-AKA Inactive"/>
       
   346         <option name="EAP-TLS Inactive" value="EAP-TLS Inactive"/>
       
   347         <option name="EAP-PEAP Inactive" value="EAP-PEAP Inactive"/>
       
   348         <option name="EAP-TTLS Inactive" value="EAP-TTLS Inactive"/>
       
   349         <option name="EAP-LEAP Inactive" value="EAP-LEAP Inactive"/>
       
   350         <option name="EAP-FAST Inactive" value="EAP-FAST Inactive"/>
       
   351       </setting>
       
   352                 <setting ref="CTD_EAPkey3" name="EAP Key 3" type="selection" relevant="WPAUseOfPresharedKey ='No'">
       
   353         <desc>Eap Key 1</desc>
       
   354         <option name="EAP-SIM Active" value="EAP-SIM Active"/>
       
   355         <option name="EAP-AKA Active" value="EAP-AKA Active"/>
       
   356         <option name="EAP-TLS Active" value="EAP-TLS Active"/>
       
   357         <option name="EAP-PEA ActiveP" value="EAP-PEAP Active"/>
       
   358         <option name="EAP-TTLS Active" value="EAP-TTLS Active"/>
       
   359         <option name="EAP-LEAP Active" value="EAP-LEAP Active"/>
       
   360         <option name="EAP-FAST Active" value="EAP-FAST Active"/>
       
   361                 <option name="EAP-SIM Inactive" value="EAP-SIM Inactive"/>
       
   362         <option name="EAP-AKA Inactive" value="EAP-AKA Inactive"/>
       
   363         <option name="EAP-TLS Inactive" value="EAP-TLS Inactive"/>
       
   364         <option name="EAP-PEAP Inactive" value="EAP-PEAP Inactive"/>
       
   365         <option name="EAP-TTLS Inactive" value="EAP-TTLS Inactive"/>
       
   366         <option name="EAP-LEAP Inactive" value="EAP-LEAP Inactive"/>
       
   367         <option name="EAP-FAST Inactive" value="EAP-FAST Inactive"/>
       
   368       </setting>
       
   369                 <setting ref="CTD_EAPkey4" name="EAP Key 4" type="selection" relevant="WPAUseOfPresharedKey ='No'">
       
   370         <desc>Eap Key 1</desc>
       
   371         <option name="EAP-SIM Active" value="EAP-SIM Active"/>
       
   372         <option name="EAP-AKA Active" value="EAP-AKA Active"/>
       
   373         <option name="EAP-TLS Active" value="EAP-TLS Active"/>
       
   374         <option name="EAP-PEA ActiveP" value="EAP-PEAP Active"/>
       
   375         <option name="EAP-TTLS Active" value="EAP-TTLS Active"/>
       
   376         <option name="EAP-LEAP Active" value="EAP-LEAP Active"/>
       
   377         <option name="EAP-FAST Active" value="EAP-FAST Active"/>
       
   378                 <option name="EAP-SIM Inactive" value="EAP-SIM Inactive"/>
       
   379         <option name="EAP-AKA Inactive" value="EAP-AKA Inactive"/>
       
   380         <option name="EAP-TLS Inactive" value="EAP-TLS Inactive"/>
       
   381         <option name="EAP-PEAP Inactive" value="EAP-PEAP Inactive"/>
       
   382         <option name="EAP-TTLS Inactive" value="EAP-TTLS Inactive"/>
       
   383         <option name="EAP-LEAP Inactive" value="EAP-LEAP Inactive"/>
       
   384         <option name="EAP-FAST Inactive" value="EAP-FAST Inactive"/>
       
   385       </setting>
       
   386                 <setting ref="CTD_EAPkey5" name="EAP Key 5" type="selection" relevant="WPAUseOfPresharedKey ='No'">
       
   387         <desc>Eap Key 1</desc>
       
   388         <option name="EAP-SIM Active" value="EAP-SIM Active"/>
       
   389         <option name="EAP-AKA Active" value="EAP-AKA Active"/>
       
   390         <option name="EAP-TLS Active" value="EAP-TLS Active"/>
       
   391         <option name="EAP-PEA ActiveP" value="EAP-PEAP Active"/>
       
   392         <option name="EAP-TTLS Active" value="EAP-TTLS Active"/>
       
   393         <option name="EAP-LEAP Active" value="EAP-LEAP Active"/>
       
   394         <option name="EAP-FAST Active" value="EAP-FAST Active"/>
       
   395                 <option name="EAP-SIM Inactive" value="EAP-SIM Inactive"/>
       
   396         <option name="EAP-AKA Inactive" value="EAP-AKA Inactive"/>
       
   397         <option name="EAP-TLS Inactive" value="EAP-TLS Inactive"/>
       
   398         <option name="EAP-PEAP Inactive" value="EAP-PEAP Inactive"/>
       
   399         <option name="EAP-TTLS Inactive" value="EAP-TTLS Inactive"/>
       
   400         <option name="EAP-LEAP Inactive" value="EAP-LEAP Inactive"/>
       
   401         <option name="EAP-FAST Inactive" value="EAP-FAST Inactive"/>
       
   402       </setting>
       
   403                 <setting ref="CTD_EAPkey6" name="EAP Key 6" type="selection" relevant="WPAUseOfPresharedKey ='No'">
       
   404         <desc>Eap Key 1</desc>
       
   405         <option name="EAP-SIM Active" value="EAP-SIM Active"/>
       
   406         <option name="EAP-AKA Active" value="EAP-AKA Active"/>
       
   407         <option name="EAP-TLS Active" value="EAP-TLS Active"/>
       
   408         <option name="EAP-PEA ActiveP" value="EAP-PEAP Active"/>
       
   409         <option name="EAP-TTLS Active" value="EAP-TTLS Active"/>
       
   410         <option name="EAP-LEAP Active" value="EAP-LEAP Active"/>
       
   411         <option name="EAP-FAST Active" value="EAP-FAST Active"/>
       
   412                 <option name="EAP-SIM Inactive" value="EAP-SIM Inactive"/>
       
   413         <option name="EAP-AKA Inactive" value="EAP-AKA Inactive"/>
       
   414         <option name="EAP-TLS Inactive" value="EAP-TLS Inactive"/>
       
   415         <option name="EAP-PEAP Inactive" value="EAP-PEAP Inactive"/>
       
   416         <option name="EAP-TTLS Inactive" value="EAP-TTLS Inactive"/>
       
   417         <option name="EAP-LEAP Inactive" value="EAP-LEAP Inactive"/>
       
   418         <option name="EAP-FAST Inactive" value="EAP-FAST Inactive"/>
       
   419       </setting>
       
   420                 <setting ref="CTD_EAPkey7" name="EAP Key 7" type="selection" relevant="WPAUseOfPresharedKey ='No'">
       
   421         <desc>Eap Key 1</desc>
       
   422         <option name="EAP-SIM Active" value="EAP-SIM Active"/>
       
   423         <option name="EAP-AKA Active" value="EAP-AKA Active"/>
       
   424         <option name="EAP-TLS Active" value="EAP-TLS Active"/>
       
   425         <option name="EAP-PEA ActiveP" value="EAP-PEAP Active"/>
       
   426         <option name="EAP-TTLS Active" value="EAP-TTLS Active"/>
       
   427         <option name="EAP-LEAP Active" value="EAP-LEAP Active"/>
       
   428         <option name="EAP-FAST Active" value="EAP-FAST Active"/>
       
   429                 <option name="EAP-SIM Inactive" value="EAP-SIM Inactive"/>
       
   430         <option name="EAP-AKA Inactive" value="EAP-AKA Inactive"/>
       
   431         <option name="EAP-TLS Inactive" value="EAP-TLS Inactive"/>
       
   432         <option name="EAP-PEAP Inactive" value="EAP-PEAP Inactive"/>
       
   433         <option name="EAP-TTLS Inactive" value="EAP-TTLS Inactive"/>
       
   434         <option name="EAP-LEAP Inactive" value="EAP-LEAP Inactive"/>
       
   435         <option name="EAP-FAST Inactive" value="EAP-FAST Inactive"/>
       
   436       </setting>      
       
   437       </setting>
       
   438   </feature>
       
   439   <data>
       
   440 
       
   441     <CTD_APs>
       
   442       <AP template="true">
       
   443         <Seamlessness>ConfirmFirst</Seamlessness>
       
   444         <NetworkType>IPv4</NetworkType>
       
   445         <PromptPassword>No</PromptPassword>
       
   446         <PasswordAuthenticationType>Normal</PasswordAuthenticationType>
       
   447       </AP>
       
   448     </CTD_APs>
       
   449 
       
   450 
       
   451     <CTD_WLAN_APs>
       
   452       <WLAN_AP template="true">
       
   453         <Seamlessness>ConfirmFirst</Seamlessness>
       
   454         <NetworkMode>Infrastructure</NetworkMode>
       
   455         <SecurityMode>Open</SecurityMode>
       
   456         <WPAKeyLength>0</WPAKeyLength>
       
   457       </WLAN_AP>
       
   458     </CTD_WLAN_APs>
       
   459  </data>
       
   460 </configuration>