1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 <accesspoint> 4 <ssid>opennet</ssid> 5 <security>NONE</security> 6 </accesspoint> 7 <accesspoint> 8 <ssid>GoogleGuest</ssid> 9 <security>NONE</security> 10 </accesspoint> 11 <accesspoint> 12 <ssid>securenetdhcp</ssid> 13 <security>PSK</security> 14 <password>androidwifi</password> 15 </accesspoint> 16 <accesspoint> 17 <ssid>securenetstatic</ssid> 18 <security>PSK</security> 19 <password>androidwifi</password> 20 <ip>192.168.14.2</ip> 21 <gateway>192.168.14.1</gateway> 22 <networkprefixlength>24</networkprefixlength> 23 <dns1>192.168.14.1</dns1> 24 <dns2>192.168.1.9</dns2> 25 </accesspoint> 26 <accesspoint> 27 <ssid>botnet</ssid> 28 <security>EAP</security> 29 <eap>PEAP</eap> 30 <phase2>MSCHAPV2</phase2> 31 <identity>donut</identity> 32 <password>android</password> 33 </accesspoint> 34 </resources> 35 36