我需要在配置中直接输入用户名和密码。我把它放在哪里? 在我这样做的时候,我需要添加什么标签以及在哪里放置这些标签。 这是一个带有MS-CHAP V2的wpa2企业网络。我想用相同的登录名和密码连接每个人。
这是配置文件:
-<WLANProfile>
<name>eduroam</name>
-<SSIDConfig>
-<SSID>
<hex>656475726F616D</hex>
<name>eduroam</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>
</authEncryption>
-<OneX>
<cacheUserData>true</cacheUserData>
<authMode>user</authMode>
-<EAPConfig>
-<EapHostConfig>
-<EapMethod>
<Type>25</Type>
<VendorId>0</VendorId>
<VendorType>0</VendorType>
<AuthorId>0</AuthorId>
</EapMethod>
-<Config>
-<Eap>
<Type>25</Type>
-<EapType>
-<ServerValidation>
<DisableUserPromptForServerValidation>false</DisableUserPromptForServerValidation>
<ServerNames/>
</ServerValidation>
<FastReconnect>true</FastReconnect>
<InnerEapOptional>false</InnerEapOptional>
-<Eap>
<Type>26</Type>
-<EapType>
<UseWinLogonCredentials>false</UseWinLogonCredentials>
</EapType>
</Eap>
<EnableQuarantineChecks>false</EnableQuarantineChecks>
<RequireCryptoBinding>false</RequireCryptoBinding>
-<PeapExtensions>
<PerformServerValidation>false</PerformServerValidation>
<AcceptServerName>false</AcceptServerName>
</PeapExtensions>
</EapType>
</Eap>
</Config>
</EapHostConfig>
</EAPConfig>
</OneX>
</security>
</MSM>
</WLANProfile>