name (SSID) Element (Compact 2013)
3/26/2014
This element contains the SSID of a wireless LAN.
Syntax
<xs:element name="name">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:minLength
value="1"
/>
<xs:maxLength
value="32"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Remarks
The name (SSID)
element is defined by the SSID Element.
Names are case-sensitive.
Although the hex Element and the name
element are optional, at least one hex
or name
element must appear as a child of the SSID
element.
When profile information is converted to an SSID, the hex element is converted to the SSID (if present) and the name
element is ignored. If the hex
element is not present, the name
element is converted to an SSID using Unicode to ASCII conversion.
When an SSID is stored in a profile, the hex
element is always generated. The name
element is generated only if the both the ASCII to Unicode conversion of the SSID and the XML profile generation are successful. Some information from the original SSID can be lost when it is converted to a name.
To view sample profiles that use the name (SSID)
element, see Wi-Fi Profile Samples.
See Also
Reference
Profile XML Schema Elements
SSID Element
hex Element
Profile XML Schema Reference