doc: Reword Device.Mode property documentation

This commit is contained in:
Denis Kenzior 2018-08-07 17:07:31 -05:00
parent 33e83b8c7c
commit 1d52f1a233
1 changed files with 12 additions and 5 deletions

View File

@ -166,8 +166,15 @@ Properties string Name [readonly]
string Mode [readwrite]
Use to set the device mode. Valid modes are "station"
and "ap". Setting the mode to "ap" will cause the
AccessPoint interface to appear on the bus. If the device
mode is switch back to "station" it will cause any
mode specific interfaces to disappear from the bus.
Use to set the device mode. The following device modes
are valid:
'ad-hoc'
'station'
'ap'
When the device mode is changed, the interfaces
available for that device might also change. For
example, setting the mode to 'ap' will cause the
AccessPoint interface to appear. If the device mode
is switched back to another mode, then 'AccessPoint'
interface will no longer be available.