此示例配置文件使用基于密码的安全密钥交换协议(SAE)进行网络身份验证。 此示例配置文件已设置为使用 WPA3-Personal。 它还包括过渡模式,允许仅支持 WPA2-PSK 的客户端使用相同的配置文件连接至网络(假设该网络的配置也支持 WPA3 过渡模式)。
共享密钥 (TestPassword1!
) 以明文形式包含在此示例配置文件中,因此不会提示客户端在第一次连接时输入密钥。 可以通过省略安全元素的 sharedKey 子元素来要求提示。
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>SampleWpa3TransitionProfile</name>
<SSIDConfig>
<SSID>
<name>SampleWpa3TransitionProfile</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA3SAE</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
<transitionMode xmlns="http://www.microsoft.com/networking/WLAN/profile/v4">true</transitionMode>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>TestPassword1!</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>