| OLD | NEW |
| 1 Service hierarchy | 1 Service hierarchy |
| 2 ================= | 2 ================= |
| 3 | 3 |
| 4 Service org.chromium.flimflam | 4 Service org.chromium.flimflam |
| 5 Interface org.chromium.flimflam.Service | 5 Interface org.chromium.flimflam.Service |
| 6 Object path [variable prefix]/{service0,service1,...} | 6 Object path [variable prefix]/{service0,service1,...} |
| 7 | 7 |
| 8 Methods dict GetProperties() | 8 Methods dict GetProperties() |
| 9 | 9 |
| 10 Returns properties for the service object. See | 10 Returns properties for the service object. See |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 This property is present only for WiFi services. | 248 This property is present only for WiFi services. |
| 249 | 249 |
| 250 string Security [readonly] | 250 string Security [readonly] |
| 251 | 251 |
| 252 If the service type is "wifi", then this property is | 252 If the service type is "wifi", then this property is |
| 253 present and contains the security method or key | 253 present and contains the security method or key |
| 254 management setting. | 254 management setting. |
| 255 | 255 |
| 256 Possible values are: "none" (no privacy), | 256 Possible values are: "none" (no privacy), |
| 257 "wep" (fixed key WEP), "wpa" (WPA-PSK), "rsn" | 257 "wep" (fixed key WEP), "wpa" (WPA-PSK), "rsn" |
| 258 » » » (IEEE 802.11i-PSK), and "802_1x" (IEEE 802.11i | 258 » » » (IEEE 802.11i-PSK), "psk" (either "wpa" or "rsn"), |
| 259 » » » with 802.1x authentication). | 259 » » » and "802_1x" (IEEE 802.11i with 802.1x authentication). |
| 260 | 260 |
| 261 This property is only present for WiFi services. | 261 This property is only present for WiFi services. |
| 262 | 262 |
| 263 string Passphrase [readwrite] | 263 string Passphrase [readwrite] |
| 264 | 264 |
| 265 If the service type is "wifi", then this property | 265 If the service type is "wifi", then this property |
| 266 holds a passphrase used in setting up services of | 266 holds a passphrase used in setting up services of |
| 267 type "wep", "wpa", and "rsn", or a private | 267 type "wep", "wpa", and "rsn", or a private |
| 268 key password used in setting up services of | 268 key password used in setting up services of |
| 269 type "802_1x". | 269 type "802_1x". |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 the READY state. | 625 the READY state. |
| 626 | 626 |
| 627 string Domain [readonly] | 627 string Domain [readonly] |
| 628 VPN domain name. | 628 VPN domain name. |
| 629 string Host [readonly] | 629 string Host [readonly] |
| 630 VPN host IP address. | 630 VPN host IP address. |
| 631 string Name [readonly] | 631 string Name [readonly] |
| 632 VPN provider name. | 632 VPN provider name. |
| 633 string Type [readonly] | 633 string Type [readonly] |
| 634 VPN provider type (e.g. openvpn). | 634 VPN provider type (e.g. openvpn). |
| OLD | NEW |