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

Issue 5829001: wpa_supplicant: Set cipher suites when using user space SME (Closed)

Created:
10 years ago by Sam Leffler
Modified:
9 years, 7 months ago
Reviewers:
Paul Stewart
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

nl80211: Set cipher suites when using user space SME Previously, pairwise and group cipher suites were configured only when kernel SME (nl80211 connect API) was used. However, mac80211 needs this information even in the user space SME case for one thing: to disable HT when TKIP/WEP is used. Add NL80211_ATTR_CIPHER_SUITES_PAIRWISE to fix this special case with user space SME. This allows mac80211 to disable HT properly when the AP is configured with configuration that is not allowed. BUG=chromium-os:10249 TEST=new SecMat tests TBA Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=98cd849

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -0 lines) Patch
M src/drivers/driver_nl80211.c View 1 chunk +44 lines, -0 lines 0 comments Download
M wpa_supplicant/sme.c View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sam Leffler
As we discussed, this has passed regression tests but am unable to setup an AP ...
10 years ago (2010-12-14 23:04:59 UTC) #1
Paul Stewart
10 years ago (2010-12-14 23:13:05 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698