2019-10-24 17:38:59 +02:00
|
|
|
SimpleConfiguration hierarchy
|
|
|
|
=============================
|
2016-11-11 18:29:04 +01:00
|
|
|
|
|
|
|
Service net.connman.iwd
|
2019-10-24 17:38:59 +02:00
|
|
|
Interface net.connman.iwd.SimpleConfiguration
|
2019-10-28 17:30:44 +01:00
|
|
|
Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}
|
2016-11-11 18:29:04 +01:00
|
|
|
|
2017-02-17 19:07:43 +01:00
|
|
|
Methods void PushButton()
|
2016-11-11 18:29:04 +01:00
|
|
|
|
|
|
|
Start WSC (formerly known as WPS, Wi-Fi Protected
|
|
|
|
Setup) configuration in PushButton mode.
|
|
|
|
|
|
|
|
Any connected networks on the device will be
|
|
|
|
disconnected and scanning will commence to find the
|
|
|
|
access point in PushButton mode. If multiple access
|
|
|
|
points are found, then a SessionOverlap error will be
|
|
|
|
returned.
|
|
|
|
|
|
|
|
This method returns once the configuration has been
|
|
|
|
completed and the network has been successfully
|
|
|
|
connected.
|
|
|
|
|
|
|
|
Possible errors:
|
2019-10-24 17:38:59 +02:00
|
|
|
net.connman.iwd.SimpleConfiguration.SessionOverlap
|
|
|
|
net.connman.iwd.SimpleConfiguration.NoCredentials
|
|
|
|
net.connman.iwd.SimpleConfiguration.WalkTimerExpired
|
|
|
|
net.connman.iwd.SimpleConfiguration.NotReachable
|
2016-11-11 18:29:04 +01:00
|
|
|
net.connman.iwd.Aborted
|
|
|
|
net.connman.iwd.Failed
|
|
|
|
net.connman.iwd.Busy
|
|
|
|
|
2017-02-17 19:31:56 +01:00
|
|
|
string GeneratePin()
|
|
|
|
|
|
|
|
Generates a random 8 digit PIN with an included check
|
|
|
|
digit suitable for use by most user interfaces.
|
|
|
|
|
2017-02-23 00:02:59 +01:00
|
|
|
void StartPin(string pin)
|
|
|
|
Start WSC in PIN mode. If iwd's WSC configuration
|
|
|
|
indicates that the device does not support a display,
|
2018-01-29 11:13:41 +01:00
|
|
|
a static PIN from the main.conf configuration file is
|
2017-02-23 00:02:59 +01:00
|
|
|
used. Contents of pin are ignored in this case.
|
|
|
|
|
|
|
|
Otherwise, the pin provided will be utilized. This
|
|
|
|
can be an automatically generated PIN that contains a
|
|
|
|
check digit, or a user-specified PIN. The
|
|
|
|
GeneratePin() method can be used a generate a random
|
|
|
|
8 digit PIN with an included check digit.
|
|
|
|
|
|
|
|
This method returns once the configuration has been
|
|
|
|
completed and the network has been successfully
|
|
|
|
connected.
|
|
|
|
|
|
|
|
Possible errors:
|
2019-10-24 17:38:59 +02:00
|
|
|
net.connman.iwd.SimpleConfiguration.NoCredentials
|
|
|
|
net.connman.iwd.SimpleConfiguration.NotReachable
|
|
|
|
net.connman.iwd.SimpleConfiguration.WalkTimerExpired
|
2017-02-23 00:02:59 +01:00
|
|
|
net.connman.iwd.Aborted
|
|
|
|
net.connman.iwd.Failed
|
|
|
|
net.connman.iwd.Busy
|
2019-10-24 17:47:15 +02:00
|
|
|
net.connman.iwd.InvalidArguments
|
2017-02-23 00:02:59 +01:00
|
|
|
net.connman.iwd.InvalidFormat
|
|
|
|
|
2016-11-11 18:29:04 +01:00
|
|
|
void Cancel()
|
|
|
|
|
|
|
|
Aborts any ongoing WSC operations. If no WSC
|
|
|
|
operation is ongoing, net.connman.iwd.NotAvailable is
|
|
|
|
returned.
|