diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-20 23:06:45 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-20 23:06:45 +0100 |
| commit | 8d275584fc94f398f0a7c990dcd057533d9a5856 (patch) | |
| tree | 1bf4a928e201222a008e6776799d174ee3223be3 /introspection/nm-device-wifi.xml | |
| parent | e17c5736fc3722ce51cb33f3edb203960125a4c1 (diff) | |
Imported Upstream version 0.9.8.0 upstream/0.9.8.0
Diffstat (limited to 'introspection/nm-device-wifi.xml')
| -rw-r--r-- | introspection/nm-device-wifi.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/introspection/nm-device-wifi.xml b/introspection/nm-device-wifi.xml index f8eddd70..dcfa20cc 100644 --- a/introspection/nm-device-wifi.xml +++ b/introspection/nm-device-wifi.xml @@ -122,6 +122,9 @@ <tp:flag suffix="AP" value="0x40"> <tp:docstring>The device supports Access Point mode.</tp:docstring> </tp:flag> + <tp:flag suffix="ADHOC" value="0x80"> + <tp:docstring>The device supports Ad-Hoc mode.</tp:docstring> + </tp:flag> </tp:flags> </interface> </node> |