networkTypeType Simple Type

The networkTypeType simple type defines the wireless network types. There are two types of networks: infrastructure networks (ESS) and ad-hoc networks (IBSS).

<xs:simpleType name="networkTypeType">
    <xs:restriction
        base="string"
    >
        <xs:enumeration
            value="IBSS"
         />
        <xs:enumeration
            value="ESS"
         />
    </xs:restriction>
</xs:simpleType>

Enumeration values

The networkTypeType simple type defines the following values.

Value Description
IBSS
ESS

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]