diff options
Diffstat (limited to 'introspection/generic-types.xml')
| -rw-r--r-- | introspection/generic-types.xml | 19 |
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> |