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:
- ap-scan (uint32). This is a uint32 range type with values from 0 to infinity
- wpa-driver (string). WPA Driver to be used by wpa_supplicant - 'nl80211,wext'
- country (string). Regulatory domain
- network (network_t).
- 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:
- essid (string). This is a string
- scan-ssid (boolean). Hidden SSID scan support enabled
- priority (uint32). Network priority
- mode (builtin-wireless-mode).
- access-point (ethernet-address). Address of AP to connect to
- channel (uint32).
- fragment-size (uint32).
- frequency (double).
- key-management (builtin-key-mgmt).
- wep (dict). This is a dict-based type that provides the following members:
- auth-algo (builtin-wireless-auth-algo).
- default-key (uint32). This is a uint32 range type with values from 0 to infinity
- key (dict). This is a dict-based type that provides the following members:
- wpa-psk (dict). This is a dict-based type that provides the following members:
- wpa-eap (dict). This is a dict-based type that provides the following members:
Type link-request
This type contains the requested wireless link configuration.
This is a dict-based type that provides the following members:
- ap-scan (uint32). This is a uint32 range type with values from 0 to infinity
- wpa-driver (string). WPA Driver to be used by wpa_supplicant - 'nl80211,wext'
- country (string). Regulatory domain
- network (network_t).