org.opensuse.Network.Wireless
Namespace
Properties
Methods
- void changeDevice(dict config)
-
Argument config is mapped to element <wireless> of the device document.
It is a dict-based type that provides the following members:
- essid (string).
- mode (builtin-wireless-mode).
- access-point (ethernet-address).
- wpa-psk (dict). This is a dict-based type that provides the following members:
- passphrase (string). This is a string
- key (array). This is an array of byte[64] (notation hwaddr).
- wpa-eap (dict). This is a dict-based type that provides the following members:
- void setScanning(boolean enable)
-
Types defined in this scope
Type name |
Kind |
Definition |
network_t | dict | below |
link-request | dict | below |
Type network_t
This is a dict-based type that provides the following members:
Type link-request
This is a dict-based type that provides the following members:
- essid (string).
- mode (builtin-wireless-mode).
- access-point (ethernet-address).
- wpa-psk (dict). This is a dict-based type that provides the following members:
- passphrase (string). This is a string
- key (array). This is an array of byte[64] (notation hwaddr).
- wpa-eap (dict). This is a dict-based type that provides the following members: