authEncryption Element (Compact 2013)

3/26/2014

This element specifies the authentication and encryption pair that must be used for this profile.

Syntax

<xs:element name="authEncryption">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="authentication">
                <xs:simpleType>
                    <xs:restriction
                        base="string"
                    >
                        <xs:enumeration
                            value="open"
                         />
                        <xs:enumeration
                            value="shared"
                         />
                        <xs:enumeration
                            value="WPA"
                         />
                        <xs:enumeration
                            value="WPAPSK"
                         />
                        <xs:enumeration
                            value="WPA2"
                         />
                        <xs:enumeration
                            value="WPA2PSK"
                         />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
                <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>
                                            <xs:element name="useOneX"
                type="boolean"
                minOccurs="0"
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child Elements

Element

Type

Description

authentication Element

Element

Specifies the authentication method that must be used to connect to the wireless network

encryption Element

Element

Sets the data encryption to use to connect to the wireless network

useOneX Element

Boolean

Indicates whether 802.1X is used

Remarks

The authEncryption element is defined by the security (MSM) Element.

The FIPSMode Element can be inserted as a child of the authEncryptian element.

See Also

Reference

Profile XML Schema Elements
security (MSM) Element
FIPSMode Element
Profile XML Schema Reference