Delen via


VOORBEELD VAN FIPS-profiel

Het FIPS-profielvoorbeeld kan worden gebruikt om verbinding te maken met een netwerk waarvoor beveiligingsinstellingen zijn vereist die voldoen aan de FIPS-standaard (Federal Information Processing Standards) 140-2. Zie FIPSModevoor meer informatie over FIPS.

Windows 7 en Windows Server 2008 R2 waarop de Wireless LAN-service is geïnstalleerd: Wijzigingen worden geïmplementeerd op Windows 7 en Windows Server 2008 R2 met de Wireless LAN-service geïnstalleerd om de prestaties van draadloze netwerken te optimaliseren. De standaardinstelling voor autoSwitch wanneer dit element niet is ingesteld in een draadloos LAN-profiel is gewijzigd. De standaardinstelling wordt gewijzigd in 'false' in Windows 7 en Windows Server 2008 R2 waarop de Wireless LAN-service is geïnstalleerd. De standaardinstelling was 'true' op Windows Server 2008 en Windows Vista. Raadpleeg de beschrijving van het autoSwitch schema-element voor meer informatie.

Windows XP met SP3 en Wireless LAN API voor Windows XP met SP2: De naam onderliggend element van het WLANProfile element wordt genegeerd. De naam van het profiel, zoals opgeslagen in de profielopslag, is afgeleid van de naam kind van het SSID element. Het element FIPSMode wordt niet ondersteund.

<?xml version="1.0" encoding="US-ASCII"?>
<WLANProfile xmlns="https://www.microsoft.com/networking/WLAN/profile/v1">
    <name>FIPS_TEST</name>
    <SSIDConfig>
        <SSID>
            <hex>464950535F54455354</hex>
            <name>FIPS_TEST</name>
        </SSID>
        <nonBroadcast>false</nonBroadcast>
    </SSIDConfig>
    <connectionType>ESS</connectionType>
    <connectionMode>auto</connectionMode>
    <autoSwitch>false</autoSwitch>
    <MSM>
        <security>
            <authEncryption>
                <authentication>WPA2</authentication>
                <encryption>AES</encryption>
                <useOneX>true</useOneX>
                <FIPSMode xmlns="https://www.microsoft.com/networking/WLAN/profile/v2">true</FIPSMode>
            </authEncryption>
            <OneX xmlns="https://www.microsoft.com/networking/OneX/v1">
                <EAPConfig>
                    <EapHostConfig xmlns="https://www.microsoft.com/provisioning/EapHostConfig">
                    <EapMethod>
                        <Type xmlns="https://www.microsoft.com/provisioning/EapCommon">25</Type>
                        <VendorId xmlns="https://www.microsoft.com/provisioning/EapCommon">0</VendorId>
                        <VendorType xmlns="https://www.microsoft.com/provisioning/EapCommon">0</VendorType>
                        <AuthorId xmlns="https://www.microsoft.com/provisioning/EapCommon">0</AuthorId>
                    </EapMethod>
                    <ConfigBlob></ConfigBlob>
                    </EapHostConfig>
                </EAPConfig>
            </OneX>
        </security>
    </MSM>
</WLANProfile>

voorbeelden van draadloze profielen