connectionType Element (Compact 2013)
3/26/2014
This element indicates the operating mode of the network.
A value of ESS indicates an infrastructure network, while IBSS indicates an ad hoc network.
Syntax
<xs:element name="connectionType">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="IBSS"
/>
<xs:enumeration
value="ESS"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Remarks
The connectionType
element is defined by the WLANProfile Element.
To view sample profiles that use the connectionType
element, see Wi-Fi Profile Samples.
See Also
Reference
Profile XML Schema Elements
WLANProfile Element
Profile XML Schema Reference