PMKCacheSize (security) Element
Applies to: desktop apps only
The PMKCacheSize (security) element specifies the number of entries in the PMK cache on the client. This element is valid only for WPA2-defined networks with PMKCacheMode set to "enabled". If PMKCacheMode is enabled, and this element is absent, the size of the cache defaults to 128 entries.
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="PMKCacheSize"
minOccurs="0"
>
<xs:simpleType>
<xs:restriction
base="integer"
>
<xs:minInclusive
value="1"
/>
<xs:maxInclusive
value="255"
/>
</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