org.opensuse.Network.Wireless
Namespace
Properties
- capabilities (dict). This is a dict-based type that provides the following members:
- current-connection (dict). This is a dict-based type that provides the following members:
- scan-results (array). This is an array of bss.
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
- networks (array). This is an array of network.
Types defined in this scope
Type name |
Kind |
Definition |
certificate | unknown | below |
network | dict | below |
bss | dict | below |
link-request | dict | below |
Type certificate
This is an unknown
Type network
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-wireless-key-mgmt-mask).
- wep (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 bss
This is a dict-based type that provides the following members:
- bssid (ethernet-address).
- ssid (string).
- wpa (dict). This is a dict-based type that provides the following members:
- rsn (dict). This is a dict-based type that provides the following members:
- wps (dict). This is a dict-based type that provides the following members:
- privacy (boolean).
- mode (builtin-wireless-mode).
- channel (uint32).
- rate-max (uint32).
- signal (int16).
- age (uint32).
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
- networks (array). This is an array of network.