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

Issue 6609007: flimflam: add "psk" security as a way to specify either "wpa" or "rsn" (Closed)

Created:
9 years, 9 months ago by Sam Leffler
Modified:
9 years, 7 months ago
Reviewers:
Paul Stewart
CC:
chromium-os-reviews_chromium.org, sleffler+cc_chromium.org, Nathan Williams, Eric Shienbrood, Jason Glasgow, rochberg
Visibility:
Public.

Description

flimflam: add "psk" security as a way to specify either "wpa" or "rsn" Add a security type "psk" that means either "wpa-psk" or "rsn-psk". This can be used when connecting to a service that has unknown security settings (especially necessary when hidden). Old-style profile entries are automatically updated. As part of this work move the code to build network/service group names into one spot and do it consistently. This also has the benefit of getting the table of ssid's that are auto-disambiguated into the core where it's easier for us to disable this feature. BUG=chromium-os:9506, chromium-os:7466 TEST=run SecMat (requires updated *Hidden* tests) Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=8890af9

Patch Set 1 #

Patch Set 2 : add backwards compat #

Total comments: 2

Patch Set 3 : add comments; be more careful doing compat work #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -105 lines) Patch
M doc/service-api.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M include/service.h View 1 chunk +1 line, -0 lines 0 comments Download
M include/wifi.h View 1 chunk +3 lines, -0 lines 0 comments Download
M plugins/newwifi.c View 5 chunks +15 lines, -74 lines 0 comments Download
M src/service.c View 1 2 21 chunks +73 lines, -26 lines 0 comments Download
M src/wifi.c View 1 2 2 chunks +105 lines, -1 line 1 comment Download
M test/configure-wifi View 1 chunk +1 line, -1 line 0 comments Download
M test/connect-wifi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Paul Stewart
http://codereview.chromium.org/6609007/diff/2001/src/service.c File src/service.c (right): http://codereview.chromium.org/6609007/diff/2001/src/service.c#newcode4526 src/service.c:4526: I suggest a test (perhaps not an assert) that ...
9 years, 9 months ago (2011-03-03 19:55:04 UTC) #1
Sam Leffler
PTAL; re-tested with -a test_pat=*WPA* SecMat
9 years, 9 months ago (2011-03-03 21:34:55 UTC) #2
Paul Stewart
9 years, 9 months ago (2011-03-03 23:08:06 UTC) #3
LGTM with nit

http://codereview.chromium.org/6609007/diff/4001/src/wifi.c
File src/wifi.c (right):

http://codereview.chromium.org/6609007/diff/4001/src/wifi.c#newcode107
src/wifi.c:107: * must match the strings constructed above so the associated
services
Need to disambiguate "above" here.

Powered by Google App Engine
This is Rietveld 408576698