Skip to content

Instantly share code, notes, and snippets.

Created February 6, 2014 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8837398 to your computer and use it in GitHub Desktop.
Save anonymous/8837398 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>NetworkSSID</name>
<SSIDConfig>
<SSID>
<name>NetworkSSID</name>
</SSID>
<nonBroadcast>true</nonBroadcast>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<autoSwitch>false</autoSwitch>
<MSM>
<security>
<authEncryption>
<authentication>WPAPSK</authentication>
<encryption>TKIP</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>YourPasswordHere</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment