This file is indexed.

/usr/share/kde4/apps/solidfakenetbackend/fakenetworking.xml is in kde-workspace-data 4:4.8.2a-0ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<machine>
    <property key="networking">true</property>
    <property key="wireless">true</property>
    <property key="rfkill">false</property>

    <device uni="/org/kde/solid/fakenet/eth0">
        <property key="interfacename">eth0</property>
        <property key="driver">ipw3945</property>
        <property key="active">true</property>
        <property key="type">ieee80211</property>
        <property key="speed">83886080</property>
        <property key="bitrate">932741824</property>
        <property key="linkup">true</property>
        <property key="capabilities">manageable,carrierdetect</property>
        <ipv4config>
            <property key="addresses">193.1.234.22</property>
            <property key="subnet">193.1.234.0</property>
            <property key="broadcast">193.1.234.255</property>
            <property key="dns">193.1.214.50,193.1.214.55</property>
        </ipv4config>
        <property key="wirelesscapabilities">wep,wpa,psk,wep40,wep104,tkip</property>
        <accesspoint uni="/org/kde/solid/fakenet/accesspoints/0">
            <property key="hwaddress">00:0D:65:48:6C:06</property>
            <property key="capabilities">privacy</property>
            <property key="wpaflags">pairwep104,pairtkip,keypsk</property>
            <property key="rsnflags"></property>
            <property key="frequency">11</property>
            <property key="ssid">aKademy</property>
            <property key="maxbitrate">56623104</property>
            <property key="mode">master</property>
            <property key="signalstrength">45</property>
        </accesspoint>
        <accesspoint uni="/org/kde/solid/fakenet/accesspoints/1">
            <property key="hwaddress">00:0D:65:48:6C:12</property>
            <property key="capabilities">privacy</property>
            <property key="wpaflags">pairwep104,pairtkip,keypsk</property>
            <property key="rsnflags"></property>
            <property key="frequency">11</property>
            <property key="ssid">aKademy</property>
            <property key="maxbitrate">56623104</property>
            <property key="mode">master</property>
            <property key="signalstrength">72</property>
        </accesspoint>
        <!-- Non-member AP with same SSID to test AP to network merging -->
        <accesspoint uni="/org/kde/solid/fakenet/accesspoints/2">
            <property key="hwaddress">00:12:01:B5:21:E0</property>
            <property key="capabilities">privacy</property>
            <property key="wpaflags">pairwep104</property>
            <property key="rsnflags"></property>
            <property key="frequency">7</property>
            <property key="ssid">aKademy</property>
            <property key="maxbitrate">56623104</property>
            <property key="mode">master</property>
            <property key="signalstrength">12</property>
        </accesspoint>
        <accesspoint uni="/org/kde/solid/fakenet/accesspoint/3">
            <property key="hwaddress">00:0D:65:48:7A:2E</property>
            <property key="signalstrength">60</property>
            <property key="maxbitrate">11534336</property>
            <property key="frequency">9</property>
            <property key="capabilities"></property>
            <property key="mode">master</property>
            <property key="ssid">Kennedy's</property>
        </accesspoint>
        <accesspoint uni="/org/kde/solid/fakenet/accesspoint/8">
            <property key="hwaddress">00:0D:65:48:6B:B8</property>
            <property key="signalstrength">30</property>
            <property key="maxbitrate">56623104</property>
            <property key="frequency">5</property>
            <property key="capabilities">privacy</property>
            <property key="wpaflags">pairwep104</property>
            <property key="mode">master</property>
            <property key="ssid">FOSDEM-H2218</property>
        </accesspoint>
    </device>

    <device uni="/org/kde/solid/fakenet/eth1">
        <property key="interfacename">eth1</property>
        <property key="driver">e1000</property>
        <property key="hwaddress">00:16:D3:31:32:21</property>
        <property key="active">true</property>
        <property key="type">ieee8023</property>
        <property key="state">connected</property>
        <property key="speed">1073741824</property>
        <property key="bitrate">932741824</property>
        <property key="linkup">true</property>
        <property key="capabilities">manageable,carrierdetect</property>

        <ipv4config>
            <property key="addresses">193.1.233.16</property>
            <property key="subnet">193.1.233.0</property>
            <property key="broadcast">193.1.233.255</property>
            <property key="dns">193.1.219.90,193.1.219.94</property>
        </ipv4config>
    </device>

</machine>