This topic has not yet been rated - Rate this topic

PMKCacheTTL (security) Element

Applies to: desktop apps only

The PMKCacheTTL (security) element indicates the length of time, in minutes, that a PMK cache will be kept. This element is valid only for WPA2-defined networks with PMKCacheMode set to "enabled".

PMK caching is described in the 802.11i specification.

Windows XP with SP3 and Wireless LAN API for Windows XP with SP2:  This element is not supported.
<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>

The element is defined by the security element.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

See also

Definition context of element in schema
security
Possible immediate parent element in schema instance
security (MSM)

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ