WLANPolicy element
The WLANPolicy element contains a wireless LAN policy. This element is the unique root element for a wireless policy profile.
The target namespace for the WLANPolicy element is https://www.microsoft.com/networking/WLAN/policy/v1
.
<xs:element name="WLANPolicy">
<xs:complexType>
<xs:sequence>
<xs:element name="name"
type="nameType"
/>
<xs:element name="description"
minOccurs="0"
type="nameType"
/>
<xs:element name="globalFlags"
...
/>
<xs:element name="networkFilter"
minOccurs="0"
...
/>
<xs:element name="profileList"
minOccurs="0"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Parent elements
None.
Child elements
Element | Type | Description |
---|---|---|
name | nameType | Contains the name of a wireless LAN policy. |
description | nameType | Contains the description of a wireless LAN policy. |
globalFlags | Contains the global settings for the Auto Configuration Module (ACM). | |
networkFilter | Defines the list of allowed and denied networks for machines. | |
profileList | profileList (WLANPolicy) Element - Contains a list of profiles to be applied at the domain or machine level. |
name
The name (WLANPolicy) element contains the name of a wireless LAN policy.
Names are not case-sensitive.
description
The description (WLANPolicy) element contains the description of a wireless LAN policy.
profileList
The profileList (WLANPolicy) element contains a list of profiles to be applied at the domain or machine level. This element is optional. If this element is present, it must contain at least one profile.
Profiles should be based on the WLAN_profile schema, with a root element of WLANProfile.
Remarks
To view the list of child elements in a tree-like structure, see WLAN_policy Schema Elements.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |