diff options
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> |