encryption Element (Compact 7)
3/12/2014
This element specifies the type of data encryption to use to connect to a wireless network.
Syntax
xs:element name="encryption">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="none"
/>
<xs:enumeration
value="WEP"
/>
<xs:enumeration
value="TKIP"
/>
<xs:enumeration
value="AES"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Remarks
The encryption element is defined by the authEncryption Element.
When the encryption element has a value of WEP, keyType Element must be set to networkKey
.
To view sample profiles that use the encryption element, see Wi-Fi Profile Samples.
See Also
Reference
Profile XML Schema Elements
authEncryption Element
keyType Element
Profile XML Schema Reference