about summary refs log tree commit diff
path: root/introspection/generic-types.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-02-03 14:49:30 +0100
committerMichael Biebl <biebl@debian.org>2013-02-03 14:49:30 +0100
commit02d69323d320e0df4d7daa6115ee1ac1239b1a58 (patch)
treeb83a6b9a01b302117d31476361971212f9fd1750 /introspection/generic-types.xml
parentd31839fb4152978db9734e24c00fbac4f42debb7 (diff)
parent9c202e3e860b3be9e1f8882630b69affbb130102 (diff)
Merge tag 'upstream/0.9.7.995' into experimental
Upstream version 0.9.7.995
Diffstat (limited to 'introspection/generic-types.xml')
-rw-r--r--introspection/generic-types.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/introspection/generic-types.xml b/introspection/generic-types.xml
index 1a9e3169..681b6662 100644
--- a/introspection/generic-types.xml
+++ b/introspection/generic-types.xml
@@ -26,10 +26,25 @@
       <tp:docstring>Mode is unknown.</tp:docstring>
     </tp:enumvalue>
     <tp:enumvalue suffix="ADHOC" value="1">
-      <tp:docstring>Uncoordinated network without central infrastructure.</tp:docstring>
+      <tp:docstring>
+        For both devices and access point objects, indicates the object is
+        part of an Ad-Hoc 802.11 network without a central coordinating access
+        point.
+      </tp:docstring>
     </tp:enumvalue>
     <tp:enumvalue suffix="INFRA" value="2">
-      <tp:docstring>Coordinated network with one or more central controllers.</tp:docstring>
+      <tp:docstring>
+        The wireless device or access point is in infrastructure mode.  For
+        devices, this indicates the device is an 802.11 client/station.  For
+        access point objects, this indicates the object is an access point that
+        provides connectivity to clients.
+      </tp:docstring>
+    </tp:enumvalue>
+    <tp:enumvalue suffix="AP" value="3">
+      <tp:docstring>
+        The device is an access point/hotspot.  Not valid for access point
+        objects themselves.
+      </tp:docstring>
     </tp:enumvalue>
   </tp:enum>
 </tp:generic-types>