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 |
---|---|---|
Boolean |
Specifies whether any user can create an all-user profile |
|
Element |
The list of wireless LAN networks to which any machine must be able to connect |
|
Element |
The list of wireless LAN networks to which a machine must not connect |
|
Boolean |
Specifies if access to all infrastructure networks is blocked |
|
Boolean |
Specifies if access to all ad hoc networks is blocked |
|
nameType |
The description of a wireless LAN policy |
|
Boolean |
Specifies whether machines use the built-in automatic configuration (AutoConfig) service to manage wireless connections |
|
Element |
Contains the global settings for the Auto Configuration Module (ACM) |
|
nameType |
The name of a wireless LAN policy |
|
networkItemType |
An allowed network |
|
network |
networkItemType |
A blocked network |
Element |
The list of allowed and denied networks |
|
Element |
Contains a list of profiles to be applied at the domain or machine level |
|
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