preAuthMode Element (Compact 2013)

3/26/2014

This element indicates whether preauthentication will be used by the client. Preauthentication is necessary for WPA2 secure fast roaming. This element is valid for WPA2-defined networks that have PMKCacheMode Element set to ENABLED, only. If PMKCacheMode is enabled, and this element is absent, the default value is "disabled".

Syntax

<xs:element name="preAuthMode"
    minOccurs="0"
>
    <xs:simpleType>
        <xs:restriction
            base="string"
        >
            <xs:enumeration
                value="disabled"
             />
            <xs:enumeration
                value="enabled"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

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

See Also

Reference

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