Share via


preAuthThrottle Element (Compact 7)

3/12/2014

This element specifies the number preauthentication attempts to try on neighboring APs. 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 number of tries uses three (3).

Syntax

<xs:element name="preAuthThrottle"
    minOccurs="0"
>
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:minInclusive
                value="1"
             />
            <xs:maxInclusive
                value="16"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

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

See Also

Reference

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