Share via


name (WLANPolicy) Element (Compact 7)

3/12/2014

This element contains a wireless LAN 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"
             />
description
                The description of a wireless LAN policy.
                          <xs:element name="globalFlags">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="enableAutoConfig"
                            type="boolean"
                         />
enableAutoConfig
                      Specifies whether machines use the built-in automatic configuration (AutoConfig) service  to manage wireless connections.
                            
                                            <xs:element name="showDeniedNetwork"
                            type="boolean"
                         />
showDeniedNetwork
                                            
                Specifies whether denied networks appear in the Connect to a Network wizard.
                            
                                            <xs:element name="allowEveryoneToCreateAllUserProfiles"
                            type="boolean"
                         />
allowEveryoneToCreateAllUserProfiles
                      Specifies whether any user can create an all-user profile. 
                            
                                            <xs:any
                            processContents="lax"
                            minOccurs="0"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
globalFlagsContains the global settings for the Auto Configuration Module (ACM).
                          <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"
                                     />
network
                      An allowed network.
                                                        <xs:any
                                        processContents="lax"
                                        minOccurs="0"
                                        maxOccurs="unbounded"
                                        namespace="##other"
                                     />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
allowListThe list of wireless LAN networks to which any machine must be able to connect.
                                      <xs:element name="blockList"
                            minOccurs="0"
                        >
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="network"
                                        type="networkItemType"
                                        maxOccurs="unbounded"
                                     />
network
                      A blocked network.
                                                        <xs:any
                                        processContents="lax"
                                        minOccurs="0"
                                        maxOccurs="unbounded"
                                        namespace="##other"
                                     />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
blockListThe list of wireless LAN networks to which a machine must not connect.                        <xs:element name="denyAllIBSS"
                            type="boolean"
                            minOccurs="0"
                         />
denyAllIBSS
                Specifies if access to all ad hoc networks is blocked.
                                      <xs:element name="denyAllESS"
                            type="boolean"
                            minOccurs="0"
                         />
denyAllESSSpecifies if access to all infrastructure networks is blocked.
                                      <xs:any
                            processContents="lax"
                            minOccurs="0"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
networkFilterThe list of enabled and denied networks.            <xs:element name="profileList"
                minOccurs="0"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:any
                            processContents="lax"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
profileListContains a list of profiles to be applied at the domain or machine level.
                          <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

WLANPolicy
Contains a wireless LAN policy.

Child Elements

Element Type Description

allowEveryoneToCreateAllUserProfiles Element

Boolean

Specifies whether any user can create an all-user profile

allowList Element

Element

The list of wireless LAN networks to which any machine must be able to connect

blockList Element

Element

The list of wireless LAN networks to which a machine 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

The description of a wireless LAN policy

enableAutoConfig Element

Boolean

Specifies whether machines 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 (WLANProfile) Element

nameType

The name of a wireless LAN policy

network Element

networkItemType

An allowed network

network

networkItemType

A blocked network

networkFilter Element

Element

The 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

Remarks

The name (WLANProfile) element is defined by the WLANProfile Element.

Names are case-sensitive.

To view sample profiles that use the name (WLANProfile) 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