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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/service.h » ('j') | src/wifi.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/service-api.txt
diff --git a/doc/service-api.txt b/doc/service-api.txt
index eff85b6156c523ec78e362a28e8306c1cc7f2910..af47d74f96085557eb3b76dd023b7750be225592 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -255,8 +255,8 @@ Properties string State [readonly]
Possible values are: "none" (no privacy),
"wep" (fixed key WEP), "wpa" (WPA-PSK), "rsn"
- (IEEE 802.11i-PSK), and "802_1x" (IEEE 802.11i
- with 802.1x authentication).
+ (IEEE 802.11i-PSK), "psk" (either "wpa" or "rsn"),
+ and "802_1x" (IEEE 802.11i with 802.1x authentication).
This property is only present for WiFi services.
« 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