~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to knetworkmanager/introspection/nm-device-802-11-wireless.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
 
4
  <interface name="org.freedesktop.NetworkManager.Device.Wireless">
 
5
    <method name="GetAccessPoints">
 
6
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_device_get_access_points"/>
 
7
      <arg name="access_points" type="ao" direction="out">
 
8
        <tp:docstring>
 
9
          List of access point object paths
 
10
        </tp:docstring>
 
11
      </arg>
 
12
      <tp:docstring>
 
13
        Get the list of access points visible to this device.
 
14
      </tp:docstring>
 
15
    </method>
 
16
 
 
17
    <property name="HwAddress" type="s" access="read">
 
18
      <tp:docstring>
 
19
        The hardware address of the device.
 
20
      </tp:docstring>
 
21
    </property>
 
22
    <property name="Mode" type="u" access="read" tp:type="NM_802_11_MODE">
 
23
      <tp:docstring>
 
24
        The operating mode of the wireless device.
 
25
      </tp:docstring>
 
26
    </property>
 
27
 
 
28
    <property name="Bitrate" type="u" access="read">
 
29
      <tp:docstring>
 
30
        The bit rate currently used by the wireless device, in kilobits/second (Kb/s).
 
31
      </tp:docstring>
 
32
    </property>
 
33
    <property name="ActiveAccessPoint" type="o" access="read">
 
34
      <tp:docstring>
 
35
        Object path of the access point currently used by the wireless device.
 
36
      </tp:docstring>
 
37
    </property>
 
38
    <property name="WirelessCapabilities" type="u" access="read" tp:type="NM_802_11_DEVICE_CAP">
 
39
      <tp:docstring>
 
40
        The capabilities of the wireless device.
 
41
      </tp:docstring>
 
42
    </property>
 
43
 
 
44
    <signal name="PropertiesChanged">
 
45
        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
 
46
            <tp:docstring>
 
47
                A dictionary containing the FIXME: check changed parameters.
 
48
            </tp:docstring>
 
49
        </arg>
 
50
        <tp:docstring>
 
51
            Emitted when the wireless device's properties changed.
 
52
        </tp:docstring>
 
53
    </signal>
 
54
 
 
55
    <signal name="AccessPointAdded">
 
56
        <arg name="access_point" type="o">
 
57
            <tp:docstring>
 
58
                The object path of the newly found access point.
 
59
            </tp:docstring>
 
60
        </arg>
 
61
        <tp:docstring>
 
62
            Emitted when a new access point is found by the device.
 
63
        </tp:docstring>
 
64
    </signal>
 
65
 
 
66
    <signal name="AccessPointRemoved">
 
67
      <arg name="access_point" type="o">
 
68
            <tp:docstring>
 
69
                The object path of the access point that has disappeared.
 
70
            </tp:docstring>
 
71
        </arg>
 
72
        <tp:docstring>
 
73
            Emitted when an access point disappears from view of the device.
 
74
        </tp:docstring>
 
75
    </signal>
 
76
 
 
77
    <tp:flags name="NM_802_11_DEVICE_CAP" type="u">
 
78
      <tp:docstring>
 
79
        Flags describing the capabilities of a wireless device.
 
80
      </tp:docstring>
 
81
      <tp:flag suffix="NONE" value="0x0">
 
82
        <tp:docstring>Null capability - syntactic sugar for no capabilities supported.  Do not AND this with other capabilities!</tp:docstring>
 
83
      </tp:flag>
 
84
      <tp:flag suffix="CIPHER_WEP40" value="0x1">
 
85
        <tp:docstring>The device supports the 40-bit WEP cypher.</tp:docstring>
 
86
      </tp:flag>
 
87
      <tp:flag suffix="CIPHER_WEP104" value="0x2">
 
88
        <tp:docstring>The device supports the 104-bit WEP cypher.</tp:docstring>
 
89
      </tp:flag>
 
90
      <tp:flag suffix="CIPHER_TKIP" value="0x4">
 
91
        <tp:docstring>The device supports the TKIP cypher.</tp:docstring>
 
92
      </tp:flag>
 
93
      <tp:flag suffix="CIPHER_CCMP" value="0x8">
 
94
        <tp:docstring>The device supports the CCMP cypher.</tp:docstring>
 
95
      </tp:flag>
 
96
      <tp:flag suffix="WPA" value="0x10">
 
97
        <tp:docstring>The device supports the WPA encryption/authentication protocol.</tp:docstring>
 
98
      </tp:flag>
 
99
      <tp:flag suffix="RSN" value="0x20">
 
100
        <tp:docstring>The device supports the RSN encryption/authentication protocol.</tp:docstring>
 
101
      </tp:flag>
 
102
    </tp:flags>
 
103
  </interface>
 
104
</node>