Table Of Contents
Distribution Package Examples
Distribution Package Examples
Following are examples of valid .xml distribution package files from typical enterprise environments.
Note
In all of the examples, the license string is functionally invalid. Replace with one appropriate to your application.
•
Example B-1—Illustrates only the base elements of a distribution package. No networks are defined in this example. (Use Example B-1.)
•
Example B-2—illustrates the addition of minimal, nonauthenticating, open Wi-Fi and wired networks. (Use Example B-2.)
•
Example B-3—Illustrates a nonauthenticating, WPA personal Wi-Fi network with the following properties:
–
user connection context
–
WPA-Personal association with TKIP encryption
Such a network would be applicable to any corporate-supplied home equipment (where you configure the key) that your end-user might have for connecting to your enterprise network remotely. (Use Example B-3.)
Note
Any of the following authenticating Wi-Fi network definitions can be extracted and used in a wired authenticating network by removing the associationMode element. Extract the following:
<authenticationNetwork>
Retain otherwise: .....
Remove this: <associationMode>...</associationMode>
</authenticationNetwork>
•
Example B-4—Illustrates an authenticating Wi-Fi network with the following properties:
–
machine/user connection context
–
user password credentials obtained from an initial, one-time prompt
machine password obtained automatically from the MS Active Directory setup
–
single, tunneled EAP method
–
server validation based on release 4.0 current functionality
(Use Example B-4.)
•
Example B-5—Illustrates an authenticating Wi-Fi network with the following properties:
–
machine/user connection context
–
user password credentials obtained from the operating system (single-signon)
machine credential obtained automatically from the MS Active Directory setup
–
multiple, tunneled EAP methods
–
server validation based on multiple authentication server rules and new release 4.1 CA certificate deployment support
(Use Example B-5.)
•
Example B-6—Illustrates an authenticating, Wi-Fi network with the following properties:
–
Novell domain compatible network
–
user connection context
–
user password credentials obtained from the OS (single-signon)
–
single, tunneled EAP method
–
server validation based on release 4.0 current functionality
(Use Example B-6.)
•
Example B-7—Illustrates an authenticating, Wi-Fi network with the following properties:
–
machine connection context
–
machine credentials obtained from new release 4.1 static credential support
–
single, tunneled EAP method
–
server validation based on release 4.0 current functionality
(Use Example B-7.)
•
Example B-8—Illustrates an authenticating, Wi-Fi network with the following properties:
–
user connection context
–
user client certificate credentials obtained from a smartcard
–
TLS EAP method
–
server validation based on release 4.0 current functionality
(Use Example B-8.)
•
Example B-9—Illustrates an authenticating Wi-Fi network with the following properties:
–
user connection context
–
user password credentials obtained from an initial, one-time prompt
–
single, tunneled EAP method
–
server validation based on release 4.0 current functionality
(Use Example B-9.)
•
Example B-10—Illustrates an authenticating Wi-Fi network with the following properties:
–
user connection context
–
user password credentials obtained from new release 4.1 static credential support
–
FAST EAP method with new release 4.1 manual PAC provisioning support
(Cisco ACS server configured for no autonomous PAC provisioning.)
–
server validation based on associated PAC rule
(Use Example B-10.)
•
Example B-11—Illustrates a wired-only version with the following properties:
–
preset end-user version
–
authenticating network only
–
machine and user connection context
–
FAST EAP method only
–
no server validation
(Use Example B-11.)
Example B-1
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-2
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wired Network</displayName>
<openNetworkMachineConnection/>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<openNetworkUserConnection>
<autoConnect>true</autoConnect>
</openNetworkUserConnection>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-3
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<ascii encrypt="true">mySecret</ascii>
<encryption>TKIP</encryption>
<autoConnect>true</autoConnect>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-4
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<machineUserAuthentication>
<useAnonymousId>true</useAnonymousId>
<autoConnect>true</autoConnect>
<useAnonymousId>true</useAnonymousId>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
</machineUserAuthentication>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-5
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<machineUserAuthentication>
<useAnonymousId>true</useAnonymousId>
<autoConnect>true</autoConnect>
<useAnonymousId>true</useAnonymousId>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>false</protectClientCertificate>
</machineUserAuthentication>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<matchSubjectAlternativeName name="Cert Rule 3"
match="endsWith">myCorp2.net</matchSubjectAlternativeName>
<caReference>E:\path\CaCertFile</caReference>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-6
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<connectBeforeLogon>true</connectBeforeLogon>
<useAnonymousId>true</useAnonymousId>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-7
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<useAnonymousId>true</useAnonymousId>
<staticIdentity encrypt="true">machineName</staticIdentity>
<staticPassword encrypt="true">machineSecret</staticPassword>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-8
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<connectBeforeLogon>false</connectBeforeLogon>
<useAnonymousId>false</useAnonymousId>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<smartCardOnlyCertificate/>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-9
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<connectBeforeLogon>false</connectBeforeLogon>
<useAnonymousId>true</useAnonymousId>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-10
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<connectBeforeLogon>false</connectBeforeLogon>
<useAnonymousId>true</useAnonymousId>
<staticIdentity encrypt="true">userName</staticIdentity>
<staticPassword encrypt="true">userSecret</staticPassword>
<pacReference encrypt="true">E:\path\pacFile</pacReference>
<secretKey encrypt="true">pacPassword</secretKey>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<trustedServerId name="PAC AID Rule 1">
<aIdReference>E:\path\pacRefFile</aIdReference>
<secretKey>1234</secretKey>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-11
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" minor_version="1" major_version="4">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes></allowedAssociationModes>
<allowUserValidationControl/>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<displayName>My Corporate Wired Network</displayName>
<machineUserAuthentication>
<useAnonymousId>true</useAnonymousId>
<autoConnect>true</autoConnect>
<useAnonymousId>true</useAnonymousId>
<validateServerIdentity>false</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
</machineUserAuthentication>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>false</validateWpaHandshake>
<clientUIType>preset</clientUIType>
<allowLicensing>false</allowLicensing>