SSIDConfig Element (Compact 2013)

3/26/2014

This element contains one or more SSIDs for wireless LANs.

Syntax

<xs:element name="SSIDConfig"
    maxOccurs="256"
>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SSID"
                maxOccurs="256"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="hex"
                            minOccurs="0"
                        >
                            <xs:simpleType>
                                <xs:restriction
                                    base="hexBinary"
                                >
                                    <xs:minLength
                                        value="1"
                                     />
                                    <xs:maxLength
                                        value="32"
                                     />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="name"
                            minOccurs="0"
                        >
                            <xs:simpleType>
                                <xs:restriction
                                    base="string"
                                >
                                    <xs:minLength
                                        value="1"
                                     />
                                    <xs:maxLength
                                        value="32"
                                     />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>

                                            <xs:any
                            processContents="lax"
                            minOccurs="0"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="nonBroadcast"
                type="boolean"
                minOccurs="0"
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child Elements

Element

Type

Description

nonBroadcast Element

Boolean

Indicates whether the network broadcasts its SSID.

If connectionType Element is set to ESS, this value can be either TRUE or FALSE. If this element is absent, the default value is TRUE.

If connectionType is set to IBSS, this value must be FALSE.

SSID Element

Element

Contains an SSID for a wireless network

Remarks

The SSIDConfig element is defined by the WLANProfile Element.

To view sample profiles that use the SSIDConfig element, see Wi-Fi Profile Samples.

See Also

Reference

Profile XML Schema Elements
WLANProfile Element
Profile XML Schema Reference

Other Resources

Wi-Fi Profile Samples