Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(785)

Side by Side Diff: doc/service-api.txt

Issue 6609007: flimflam: add "psk" security as a way to specify either "wpa" or "rsn" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: add comments; be more careful doing compat work Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | include/service.h » ('j') | src/wifi.c » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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).
OLDNEW
« no previous file with comments | « no previous file | include/service.h » ('j') | src/wifi.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698