summaryrefslogtreecommitdiffstats
path: root/core/tests/ConnectivityManagerTest/assets/accesspoints.xml
blob: 2b0e4af82d0d1b57e9560a52fc9e4112ce7bc98f (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
<?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>botnet</ssid>
    <security>EAP</security>
    <eap>PEAP</eap>
    <phase2>MSCHAPV2</phase2>
    <identity>donut</identity>
    <password>android</password>
  </accesspoint>
</resources>