~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to libs/solid/control/backends/fakenet/fakenetworking.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<machine>
 
2
    <property key="networking">true</property>
 
3
    <property key="wireless">true</property>
 
4
    <property key="rfkill">false</property>
 
5
 
 
6
    <device uni="/org/kde/solid/fakenet/eth0">
 
7
        <property key="interfacename">eth0</property>
 
8
        <property key="driver">ipw3945</property>
 
9
        <property key="active">true</property>
 
10
        <property key="type">ieee80211</property>
 
11
        <property key="speed">83886080</property>
 
12
        <property key="bitrate">932741824</property>
 
13
        <property key="linkup">true</property>
 
14
        <property key="capabilities">manageable,carrierdetect</property>
 
15
        <ipv4config>
 
16
            <property key="addresses">193.1.234.22</property>
 
17
            <property key="subnet">193.1.234.0</property>
 
18
            <property key="broadcast">193.1.234.255</property>
 
19
            <property key="dns">193.1.214.50,193.1.214.55</property>
 
20
        </ipv4config>
 
21
        <property key="wirelesscapabilities">wep,wpa,psk,wep40,wep104,tkip</property>
 
22
        <accesspoint uni="/org/kde/solid/fakenet/accesspoints/0">
 
23
            <property key="hwaddress">00:0D:65:48:6C:06</property>
 
24
            <property key="capabilities">privacy</property>
 
25
            <property key="wpaflags">pairwep104,pairtkip,keypsk</property>
 
26
            <property key="rsnflags"></property>
 
27
            <property key="frequency">11</property>
 
28
            <property key="ssid">aKademy</property>
 
29
            <property key="maxbitrate">56623104</property>
 
30
            <property key="mode">master</property>
 
31
            <property key="signalstrength">45</property>
 
32
        </accesspoint>
 
33
        <accesspoint uni="/org/kde/solid/fakenet/accesspoints/1">
 
34
            <property key="hwaddress">00:0D:65:48:6C:12</property>
 
35
            <property key="capabilities">privacy</property>
 
36
            <property key="wpaflags">pairwep104,pairtkip,keypsk</property>
 
37
            <property key="rsnflags"></property>
 
38
            <property key="frequency">11</property>
 
39
            <property key="ssid">aKademy</property>
 
40
            <property key="maxbitrate">56623104</property>
 
41
            <property key="mode">master</property>
 
42
            <property key="signalstrength">72</property>
 
43
        </accesspoint>
 
44
        <!-- Non-member AP with same SSID to test AP to network merging -->
 
45
        <accesspoint uni="/org/kde/solid/fakenet/accesspoints/2">
 
46
            <property key="hwaddress">00:12:01:B5:21:E0</property>
 
47
            <property key="capabilities">privacy</property>
 
48
            <property key="wpaflags">pairwep104</property>
 
49
            <property key="rsnflags"></property>
 
50
            <property key="frequency">7</property>
 
51
            <property key="ssid">aKademy</property>
 
52
            <property key="maxbitrate">56623104</property>
 
53
            <property key="mode">master</property>
 
54
            <property key="signalstrength">12</property>
 
55
        </accesspoint>
 
56
        <accesspoint uni="/org/kde/solid/fakenet/accesspoint/3">
 
57
            <property key="hwaddress">00:0D:65:48:7A:2E</property>
 
58
            <property key="signalstrength">60</property>
 
59
            <property key="maxbitrate">11534336</property>
 
60
            <property key="frequency">9</property>
 
61
            <property key="capabilities"></property>
 
62
            <property key="mode">master</property>
 
63
            <property key="ssid">Kennedy's</property>
 
64
        </accesspoint>
 
65
        <accesspoint uni="/org/kde/solid/fakenet/accesspoint/8">
 
66
            <property key="hwaddress">00:0D:65:48:6B:B8</property>
 
67
            <property key="signalstrength">30</property>
 
68
            <property key="maxbitrate">56623104</property>
 
69
            <property key="frequency">5</property>
 
70
            <property key="capabilities">privacy</property>
 
71
            <property key="wpaflags">pairwep104</property>
 
72
            <property key="mode">master</property>
 
73
            <property key="ssid">FOSDEM-H2218</property>
 
74
        </accesspoint>
 
75
    </device>
 
76
 
 
77
    <device uni="/org/kde/solid/fakenet/eth1">
 
78
        <property key="interfacename">eth1</property>
 
79
        <property key="driver">e1000</property>
 
80
        <property key="hwaddress">00:16:D3:31:32:21</property>
 
81
        <property key="active">true</property>
 
82
        <property key="type">ieee8023</property>
 
83
        <property key="state">connected</property>
 
84
        <property key="speed">1073741824</property>
 
85
        <property key="bitrate">932741824</property>
 
86
        <property key="linkup">true</property>
 
87
        <property key="capabilities">manageable,carrierdetect</property>
 
88
 
 
89
        <ipv4config>
 
90
            <property key="addresses">193.1.233.16</property>
 
91
            <property key="subnet">193.1.233.0</property>
 
92
            <property key="broadcast">193.1.233.255</property>
 
93
            <property key="dns">193.1.219.90,193.1.219.94</property>
 
94
        </ipv4config>
 
95
    </device>
 
96
 
 
97
</machine>