WLANPolicy Element (Compact 2013)
3/26/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 |
---|---|---|
Boolean |
Specifies whether any user can create an all-user profile |
|
Element |
List of wireless networks to which any device must be able to connect |
|
Element |
List of wireless networks to which a device 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 |
Description of a wirless network policy |
|
Boolean |
Specifies whether devices use the built-in automatic configuration (AutoConfig) service to manage wireless connections |
|
Element |
Contains the global settings for the Auto Configuration Module (ACM) |
|
Name of a wireless network policy |
||
An allowed network |
||
A blocked network |
||
Element |
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 |