maxStart Element (Compact 7)
3/12/2014
This element specifies the maximum number of EAPOL-Start messages sent. After the maximum number of EAPOL-Start messages has been sent, the client assumes that there is no authenticator present on the network.
This element is optional. When maxStart
is not specified in a profile, a value of three (3) messages is used.
Syntax
<xs:element name="maxStart">
<xs:simpleType>
<xs:restriction
base="integer"
>
<xs:enumeration
value="1"
/>
<xs:enumeration
value="100"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Remarks
The maxStart
element is defined by the OneX Element.
See Also
Reference
Profile XML Schema Elements
OneX Element
Profile XML Schema Reference