mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-19 18:40:44 +01:00
doc: Mention "wep" network type
Document "wep" as a possible Network Type. Mention that connections to WEP networks are unsupported.
This commit is contained in:
parent
a3521ff172
commit
fb014268d5
@ -7,9 +7,9 @@ Object path /net/connman/iwd/{phy0,phy1,...}/{1,2,...}/Xxx
|
|||||||
|
|
||||||
Methods void Connect()
|
Methods void Connect()
|
||||||
|
|
||||||
Connect to the network. Request the device
|
Connect to the network. Request the device implied by
|
||||||
implied by the object path to connect to specified
|
the object path to connect to specified network.
|
||||||
network.
|
Connecting to WEP networks is not supported.
|
||||||
|
|
||||||
Possible errors: net.connman.iwd.Aborted
|
Possible errors: net.connman.iwd.Aborted
|
||||||
net.connman.iwd.Busy
|
net.connman.iwd.Busy
|
||||||
@ -42,7 +42,7 @@ Properties string Name [readonly]
|
|||||||
string Type [readonly]
|
string Type [readonly]
|
||||||
|
|
||||||
Contains the type of the network. Possible
|
Contains the type of the network. Possible
|
||||||
types are "open", "psk", "8021x" (EAP)
|
types are "open", "wep", "psk", or "8021x" (EAP)
|
||||||
|
|
||||||
object KnownNetwork [readonly, optional]
|
object KnownNetwork [readonly, optional]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user