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