diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-03 14:49:22 +0100 |
| commit | 9c202e3e860b3be9e1f8882630b69affbb130102 (patch) | |
| tree | 8202bf39f2129486971fa7d5ae0dee61a561aa53 /introspection/generic-types.xml | |
| parent | 36cb2f364a821e1be50b23e03a18891ec55adb06 (diff) | |
Imported Upstream version 0.9.7.995 upstream/0.9.7.995
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> |