supplicantMode (OneX) Element
Applies to: desktop apps only
The supplicantMode (OneX) element specifies the method of transmission used for EAPOL-Start messages. The following table describes the possible values.
| Value | Description |
|---|---|
| inhibitTransmission | EAPOL-Start messages are not transmitted. Valid for wired LAN profiles only. |
| includeLearning | The client determines when to send EAPOL-Start packets based on network capability. EAPOL-Start messages are only sent when required. Valid for wired LAN profiles only. |
| compliant | EAPOL-Start messages are transmitted as specified by 802.1X. Valid for both wired and wireless LAN profiles. |
This element is optional. When supplicantMode is not specified in a profile, a value of compliant is used for both wired and wireless LAN profiles.
Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: This element will be ignored if it is present in a profile.
<xs:element name="supplicantMode">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="inhibitTransmission"
/>
<xs:enumeration
value="includeLearning"
/>
<xs:enumeration
value="compliant"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
The supplicantMode element is defined by the OneX element.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
See also
- Definition context of element in schema
- OneX
- Possible immediate parent element in schema instance
- OneX
Send comments about this topic to Microsoft
Build date: 2/3/2012