Share via


IHV Element (Compact 7)

3/12/2014

This element contains various settings for independent hardware vendors. If a profile includes IHV security settings, they override any Microsoft-defined security.

Syntax

<xs:element name="IHV"
    minOccurs="0"
>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OUIHeader">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OUI">
                            <xs:simpleType>
                                <xs:restriction
                                    base="hexBinary"
                                >
                                    <xs:length
                                        value="3"
                                     />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="type">
                            <xs:simpleType>
                                <xs:restriction
                                    base="hexBinary"
                                >
                                    <xs:length
                                        value="1"
                                     />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:any
                            processContents="lax"
                            minOccurs="0"
                            maxOccurs="unbounded"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
                                <xs:element name="connectivity"
                minOccurs="0"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:any
                            processContents="lax"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="security"
                minOccurs="0"
            >
                <xs:complexType>
                    <xs:sequence>
                        <xs:any
                            processContents="lax"
                            namespace="##other"
                         />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="useMSOneX"
                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

connectivity (IHV) Element

Element

Contains IHV-related connectivity settings

OUI Element

Element

Contains a 3-byte hexBinary that identifies the IHV

OUIHeader Element

Element

Identifies the IHV

security (IHV) Element

Element

Contains IHV-specific security settings. Microsoft security settings and IHV security settings are mutually exclusive. The whole profile is invalid if both security settings are present.

type (OUIHeader) Element

Element

Contains a 1-byte hexBinary that is used to differentiate network adapters by the same IHV

useMSOneX Element

Boolean

Specifies the origin of 802.1X security settings that are used by an IHV security component. When useMSOneX is true, IHV security components use Microsoft-defined 802.1X settings. When useMSOneX is false, IHV security components use vendor-supplied 802.1X settings. By default, useMSOneX is false. This element is optional.

Remarks

The IHV element is defined by the WLANProfile Element.

See Also

Reference

Profile XML Schema Elements
WLANProfile Element
Profile XML Schema Reference