connectionType (WLANProfile) Element
The connectionType (WLANProfile) element indicates the operating mode of the network.
A value of ESS indicates an infrastructure network, while IBSS indicates an ad-hoc network.
<xs:element name="connectionType">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="IBSS"
/>
<xs:enumeration
value="ESS"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
The connectionType element is defined by the WLANProfile element.
Examples
To view sample profiles that use the connectionType element, see Wireless Profile Samples.
Requirements
|
Minimum supported client | Windows Vista, Windows XP with SP3 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Redistributable | Wireless LAN API for Windows XP with SP2 |
See also
- Definition context of element in schema
- WLANProfile
- Possible immediate parent element in schema instance
- WLANProfile
Send comments about this topic to Microsoft
Build date: 11/29/2012