networkFilter Element (Compact 7)
3/12/2014
This element defines the list of allowed and denied networks for machines.
Syntax
<xs:element name="networkFilter">
<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>
Child Elements
Element | Type | Description |
---|---|---|
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 |
|
Network (allowList) |
An allowed network |
|
network (blockList) Element |
A blocked network |
Remarks
The networkFilter
element is defined by the WLANPolicy Element.
See Also
Reference
Profile XML Schema Elements
WLANPolicy Element
Profile XML Schema Reference