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 <!-- TODO: This AP is outdated and only supports 2.4GHz. 27 Need to switch to a new dual-band AP. 28 Enable this test case again once the configuration is completed. 29 bug#: 9470594 30 <accesspoint> 31 <ssid>botnet</ssid> 32 <security>EAP</security> 33 <eap>PEAP</eap> 34 <phase2>MSCHAPV2</phase2> 35 <identity>donut</identity> 36 <password>android</password> 37 </accesspoint> 38 --> 39 </resources> 40 41