Advertisement
Dino213dz

PinnapleWifiAutoConnect

Feb 1st, 2021
1,494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.55 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
  3.     <name>Pineapple</name>
  4.     <SSIDConfig>
  5.         <SSID>
  6.             <hex>50696E656170706C65</hex>
  7.             <name>Pineapple</name>
  8.         </SSID>
  9.         <nonBroadcast>false</nonBroadcast>
  10.     </SSIDConfig>
  11.     <connectionType>ESS</connectionType>
  12.     <connectionMode>auto</connectionMode>
  13.     <MSM>
  14.         <security>
  15.             <authEncryption>
  16.                 <authentication>open</authentication>
  17.                 <encryption>none</encryption>
  18.                 <useOneX>false</useOneX>
  19.             </authEncryption>
  20.         </security>
  21.     </MSM>
  22. </WLANProfile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement