FIPS-Profilbeispiel
Das FIPS-Profilbeispiel kann verwendet werden, um eine Verbindung mit einem Netzwerk herzustellen, das Sicherheitseinstellungen erfordert, die den FIPS-Standards 140-2 (Federal Information Processing Standards) entsprechen. Weitere Informationen zu FIPS finden Sie unter FIPSMode.
Windows 7 und Windows Server 2008 R2 mit installiertem WLAN-Dienst: Änderungen werden unter Windows 7 und Windows Server 2008 R2 implementiert, wobei der Wireless LAN-Dienst installiert ist, um die Leistung des drahtlosen Netzwerks zu optimieren. Die Standardeinstellung für autoSwitch , wenn dieses Element in einem WLAN-Profil nicht festgelegt ist, wurde geändert. Die Standardeinstellung wird unter Windows 7 und Windows Server 2008 R2 mit installiertem WLAN-Dienst in "false" geändert. Die Standardeinstellung war "true" unter Windows Server 2008 und Windows Vista. Weitere Informationen finden Sie in der Beschreibung des autoSwitch-Schemaelements .
Windows XP mit SP3 und WLAN-API für Windows XP mit SP2: Der untergeordnete Name des WLANProfile-Elements wird ignoriert. Der Im Profilspeicher gespeicherte Name des Profils wird vom untergeordneten Namen des SSID-Elements abgeleitet. Das FIPSMode-Element wird nicht unterstützt.
<?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>
Zugehörige Themen