From 1d52f1a23329a1acdcac06bf137b4d47a13fe981 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 7 Aug 2018 17:07:31 -0500 Subject: [PATCH] doc: Reword Device.Mode property documentation --- doc/device-api.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/device-api.txt b/doc/device-api.txt index 0a1e2fdd..f04f84d1 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -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.