connectionMode Element (Compact 7)
3/12/2014
This element indicates whether connection to a wireless network should be automatic or initiated by user.
If connectionType Element is set to ESS
, this value can be either AUTO or MANUAL. If this element is absent, the default value is auto
.
If connectionType
is set to IBSS
, this value must be set to MANUAL.
Syntax
<xs:element name="connectionMode">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="auto"
/>
<xs:enumeration
value="manual"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Remarks
The connectionMode
element is defined by the WLANProfile Element.
To view sample profiles that use the connectionMode
element, see Wi-Fi Profile Samples.
See Also
Reference
Profile XML Schema Elements
connectionType Element
WLANProfile Element
Profile XML Schema Reference