mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-06 03:59:22 +01:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
|
WiFiSimpleConfiguration hierarchy
|
||
|
=================================
|
||
|
|
||
|
Service net.connman.iwd
|
||
|
Interface net.connman.iwd.WiFiSimpleConfiguration [Experimental]
|
||
|
Object path /{phy0,phy1,...}/{1,2,...}
|
||
|
|
||
|
Methods void PushButton
|
||
|
|
||
|
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:
|
||
|
net.connman.iwd.WiFiSimpleConfiguration.SessionOverlap
|
||
|
net.connman.iwd.WiFiSimpleConfiguration.NoCredentials
|
||
|
net.connman.iwd.WiFiSimpleConfiguration.WalkTimerExpired
|
||
|
net.connman.iwd.WiFiSimpleConfiguration.NotReachable
|
||
|
net.connman.iwd.Aborted
|
||
|
net.connman.iwd.Failed
|
||
|
net.connman.iwd.Busy
|
||
|
|
||
|
void Cancel()
|
||
|
|
||
|
Aborts any ongoing WSC operations. If no WSC
|
||
|
operation is ongoing, net.connman.iwd.NotAvailable is
|
||
|
returned.
|