mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-06-07 22:07:23 +02:00
doc: add note about timeouts to Network.Connect()
Since netconfig is now part of the Connect() call from a DBus perspective add a note indicating that this method has the potential to take a very long time if there are issues with DHCP.
This commit is contained in:
parent
86523b0597
commit
f209e00dde
@ -11,6 +11,12 @@ Methods void Connect()
|
|||||||
the object path to connect to specified network.
|
the object path to connect to specified network.
|
||||||
Connecting to WEP networks is not supported.
|
Connecting to WEP networks is not supported.
|
||||||
|
|
||||||
|
Note: When [General].EnableNetworkConfiguration is set
|
||||||
|
to true a call to Connect() has the potential to take
|
||||||
|
a significant amount of time. Specifically if DHCP is
|
||||||
|
either slow, or is unable to complete. The timeout for
|
||||||
|
DHCP is roughly 30 seconds per BSS.
|
||||||
|
|
||||||
Possible errors: net.connman.iwd.Aborted
|
Possible errors: net.connman.iwd.Aborted
|
||||||
net.connman.iwd.Busy
|
net.connman.iwd.Busy
|
||||||
net.connman.iwd.Failed
|
net.connman.iwd.Failed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user