diff options
| author | Michael Biebl <biebl@debian.org> | 2015-05-05 17:48:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-05-05 17:48:57 +0200 |
| commit | f408e27bccfacf347605a8d98649975a68f38a17 (patch) | |
| tree | 654fd6695c31511baf919b1c0870d119a352ed75 /introspection/nm-device-wifi.xml | |
| parent | 2c032d8f1c6292c1338a615e6ec40252889ba85c (diff) | |
Imported Upstream version 1.0.2 upstream/1.0.2
Diffstat (limited to 'introspection/nm-device-wifi.xml')
| -rw-r--r-- | introspection/nm-device-wifi.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/introspection/nm-device-wifi.xml b/introspection/nm-device-wifi.xml index 2476fd7d..d1c5313e 100644 --- a/introspection/nm-device-wifi.xml +++ b/introspection/nm-device-wifi.xml @@ -37,7 +37,7 @@ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <arg name="options" type="a{sv}" direction="in"> <tp:docstring> - Options of scan + Options of scan (currently unused argument). </tp:docstring> </arg> <tp:docstring> @@ -151,6 +151,23 @@ <tp:flag suffix="ADHOC" value="0x80"> <tp:docstring>The device supports Ad-Hoc mode.</tp:docstring> </tp:flag> + <tp:flag suffix="FREQ_VALID" value="0x100"> + <tp:docstring> + The device properly reports information about supported + frequencies and thus both NM_802_11_DEVICE_CAP_FREQ_2GHZ and + NM_802_11_DEVICE_CAP_FREQ_5GHZ are valid. + </tp:docstring> + </tp:flag> + <tp:flag suffix="FREQ_2GHZ" value="0x200"> + <tp:docstring> + The device supports 2.4GHz frequencies. + </tp:docstring> + </tp:flag> + <tp:flag suffix="FREQ_5GHZ" value="0x400"> + <tp:docstring> + The device supports 5GHz frequencies. + </tp:docstring> + </tp:flag> </tp:flags> </interface> </node> |