PMKCacheTTL Element (Compact 2013)

3/26/2014

This element indicates the length of time, in minutes, that a PMK cache will be kept. This element is valid only for WPA2-defined networks that have PMKCacheMode Element set to ENABLED, only.

Syntax

<xs:element name="PMKCacheTTL"
    minOccurs="0"
>
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:minInclusive
                value="5"
             />
            <xs:maxInclusive
                value="1440"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

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

See Also

Reference

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