Share via


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

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

Network (allowList)

networkItemType Complex Type

An allowed network

network (blockList) Element

networkItemType Complex Type

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