summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-01-31 10:39:56 -0500
committerDan Winship <danw@gnome.org>2013-01-31 10:47:41 -0500
commit17123fcc612e5704d055d012a0298c954609754a (patch)
treebfee2b5fd0e61e10b15637587a4410efa179130e /introspection
parentdb32c3ab298dec1a66b3bf32267a1c5ab7e93559 (diff)
introspection: belatedly add NM_DEVICE_CAP_AP
Diffstat (limited to 'introspection')
-rw-r--r--introspection/nm-device-wifi.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/introspection/nm-device-wifi.xml b/introspection/nm-device-wifi.xml
index 531fc8930c..f8eddd7039 100644
--- a/introspection/nm-device-wifi.xml
+++ b/introspection/nm-device-wifi.xml
@@ -119,6 +119,9 @@
<tp:flag suffix="RSN" value="0x20">
<tp:docstring>The device supports the RSN encryption/authentication protocol.</tp:docstring>
</tp:flag>
+ <tp:flag suffix="AP" value="0x40">
+ <tp:docstring>The device supports Access Point mode.</tp:docstring>
+ </tp:flag>
</tp:flags>
</interface>
</node>