IHV (WLANProfile) element

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

Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: This element isn't supported.

<xs:element name="IHV"
    minOccurs="0"
 >
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OUIHeader"
                ...
             />
            <xs:element name="connectivity"
                minOccurs="0"
             />
            <xs:element name="security"
                minOccurs="0"
             />
            <xs:element name="useMSOneX"
                minOccurs="0"
                type="boolean"
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                maxOccurs="unbounded"
                namespace="##other"
             />
        </xs:sequence>
    </xs:complexType>
</xs:element>

Parent elements

Child elements

Element Type Description
OUIHeader Identifies the IHV.
connectivity Contains IHV-related connectivity settings. It isn't currently implemented.
security Contains various security settings used by independent hardware vendors (IHVs).
useMSOneX boolean Specifies the origin of 802.1X security settings 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.

connectivity

Contains IHV-related connectivity settings. It isn't currently implemented.

security

Contains various security settings used by independent hardware vendors (IHVs).

Microsoft security settings and IHV security settings are mutually exclusive. If both sets of security settings are present in the same profile, then the profile is invalid.

Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: This element isn't supported.

useMSOneX

Specifies the origin of 802.1X security settings 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.

Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: This element isn't supported.

Requirements

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