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>