PMKCacheSize Element (Compact 7)
3/12/2014
This element specifies the number of entries in the PMK cache on the client. 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 cache size uses 128 entries.
Syntax
<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>
Remarks
The PMKCacheSize
element is defined by the security (MSM) Element.
See Also
Reference
Profile XML Schema Elements
PMKCacheMode Element
security (MSM) Element
PMKCacheTTL Element
Profile XML Schema Reference