Share via


WLANPolicy Element (Compact 7)

3/12/2014

This element contains a wireless network policy. This element is the unique root element for a wireless policy profile.

Syntax

<xs:element name="WLANPolicy">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="name"
                type="nameType"
             />
nameThe name of a wireless LAN policy.
                          <xs:element name="description"
                type="nameType"
                minOccurs="0"
             />
                          <xs:element name="globalFlags">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="enableAutoConfig"
                            type="boolean"
                         />
                            
                                            <xs:element name="showDeniedNetwork"
                            type="boolean"
                         />
                            
                                            <xs:element name="allowEveryoneToCreateAllUserProfiles"
                            type="boolean"
                         />
                            
                                            <xs:any
                            processContents="lax"
                            minOccurs="0"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
                          <xs:element name="networkFilter"
                minOccurs="0"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="allowList"
                            minOccurs="0"
                        >
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="network"
                                        type="networkItemType"
                                        maxOccurs="unbounded"
                                     />
                                                        <xs:any
                                        processContents="lax"
                                        minOccurs="0"
                                        maxOccurs="unbounded"
                                        namespace="##other"
                                     />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                                      <xs:element name="blockList"
                            minOccurs="0"
                        >
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="network"
                                        type="networkItemType"
                                        maxOccurs="unbounded"
                                     />
                                                        <xs:any
                                        processContents="lax"
                                        minOccurs="0"
                                        maxOccurs="unbounded"
                                        namespace="##other"
                                     />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                        <xs:element name="denyAllIBSS"
                            type="boolean"
                            minOccurs="0"
                         />
                                      <xs:element name="denyAllESS"
                            type="boolean"
                            minOccurs="0"
                         />
                                      <xs:any
                            processContents="lax"
                            minOccurs="0"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="profileList"
                minOccurs="0"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:any
                            processContents="lax"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
                          <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Child Elements

Element Type Description

allowEveryoneToCreateAllUserProfiles Element

Boolean

Specifies whether any user can create an all-user profile

allowList Element

Element

List of wireless networks to which any device must be able to connect

blockList Element

Element

List of wireless networks to which a device must not connect

denyAllESS Element

Boolean

Specifies if access to all infrastructure networks is blocked

denyAllIBSS Element

Boolean

Specifies if access to all ad hoc networks is blocked

description Element

nameType

Description of a wirless network policy

enableAutoConfig Element

Boolean

Specifies whether devices use the built-in automatic configuration (AutoConfig) service to manage wireless connections

globalFlags (WLANPolicy) Element

Element

Contains the global settings for the Auto Configuration Module (ACM)

name (WLANPolicy) Element

nameType Simple Type

Name of a wireless network policy

network Element

networkItemType Complex Type

An allowed network

network Element

networkItemType Complex Type

A blocked network

networkFilter Element

Element

List of allowed and denied networks

profileList Element

Element

Contains a list of profiles to be applied at the domain or machine level

showDeniedNetwork Element

Boolean

Specifies whether denied networks appear in the Connect to a Network wizard

See Also

Reference

Profile XML Schema Elements
Profile XML Schema Reference