您的位置:首页 > 其它

profileXML

2016-06-21 16:25 351 查看

<?xml version="1.0"?>

<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">

 <name>morln_guest</name>

 <SSIDConfig>

  <SSID>

   <hex>6D6F726C736F6E5F6775657374</hex>

   <name>morln_guest</name>

  </SSID>

  <nonBroadcast>false</nonBroadcast>

 </SSIDConfig>

 <connectionType>ESS</connectionType> //ESS | IBSS

 <connectionMode>manual</connectionMode> // auto or manual | manual

 <autoSwitch>false</autoSwitch>// If connectionMode is set to "auto", this value can be either "true" or "false".

If connectionMode is set to "manual", this value must be set to "false".

 <MSM>

  <security>

   <authEncryption>

    <authentication>WPA2PSK</authentication>

Value Description

open Open 802.11 authentication.

shared Shared 802.11 authentication.

WPA WPA-Enterprise 802.11 authentication.

WPAPSK WPA-Personal 802.11 authentication.

WPA2 WPA2-Enterprise 802.11 authentication.

WPA2PSK WPA2-Personal 802.11 authentication.

    <encryption>AES</encryption> none | WEP | TKIP | AES

    <useOneX>false</useOneX>

   </authEncryption>

   <sharedKey>

    <keyType>passPhrase</keyType> networkKey | passPhrase  When the encryption element has a value of WEP, keyType must be set to networkKey.

    <protected>true</protected> true | false

    <keyMaterial>01000000D08C9DDF0115D1118C7A00C04FC297EB01000000A2D80BAE8E5C2347B3BACDBB4F0B79CB0000000002000000000010660000000100002000000086260F55FFCF35F3884691911335BB4ACB8D5894E8B74BAB1AADCE8746BAEBDC000000000E80000000020000200000000122D6E56576A51DD22AA20D5FB105816965109D3AF6589ACB17F35AA48703EE100000006BC7040EAB3385FA2D918075864904B400000000DE9452F076088C16FE64987FCC4C1D974C6891A53E847CCFFEA95720A9DD234E73D6F998472E640D86A2F6B589B422BF04D89981801C54FCF86187BA682378C</keyMaterial>

   </sharedKey>

  </security>

 </MSM>

</WLANProfile>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: