EAP-AKA 配置文件示例
此示例配置文件使用 EAP-AKA,它将依赖于 SIM 卡向网络进行身份验证。
此无线配置文件示例中使用的 EAP 主机配置派生自 EapAkaConnectionPropertiesV1 架构。
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>SampleEapAka</name>
<SSIDConfig>
<SSID>
<name>SampleEapAka</name>
</SSID>
<nonBroadcast>false</nonBroadcast>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>manual</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA2</authentication>
<encryption>AES</encryption>
<useOneX>true</useOneX>
</authEncryption>
<OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
<authMode>user</authMode>
<EAPConfig>
<EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig">
<EapMethod>
<Type xmlns="http://www.microsoft.com/provisioning/EapCommon">23</Type>
<VendorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorId>
<VendorType xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorType>
<AuthorId xmlns="http://www.microsoft.com/provisioning/EapCommon">311</AuthorId>
</EapMethod>
<Config xmlns="http://www.microsoft.com/provisioning/EapHostConfig">
<EapAka xmlns="http://www.microsoft.com/provisioning/EapAkaConnectionPropertiesV1">
<DontRevealPermanentID>true</DontRevealPermanentID>
<ProviderName></ProviderName>
<Realm Enabled="true"></Realm>
</EapAka>
</Config>
</EapHostConfig>
</EAPConfig>
</OneX>
</security>
</MSM>
</WLANProfile>