EAP-AKA 프로필 샘플
이 샘플 프로필은 SIM 카드 사용하여 네트워크에 인증하는 EAP-AKA를 사용합니다.
이 무선 프로필 샘플에 사용된 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>