Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2289540

Browse files
committed
wifi: wilc1000: fix wpa3 connection issue with wpa_s 2.11
Add remaining changes to address the wpa3 connection issue observed with wpa_s 2.11. Signed-off-by: Ajay Singh <[email protected]>
1 parent 9565754 commit 2289540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/net/wireless/microchip/wilc1000/cfg80211.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ static int connect(struct wiphy *wiphy, struct net_device *dev,
439439
}
440440

441441
if ((sme->crypto.wpa_versions & NL80211_WPA_VERSION_1) ||
442-
(sme->crypto.wpa_versions & NL80211_WPA_VERSION_2)) {
442+
(sme->crypto.wpa_versions & NL80211_WPA_VERSION_2) ||
443+
(sme->crypto.wpa_versions & NL80211_WPA_VERSION_3)) {
443444
for (i = 0; i < sme->crypto.n_ciphers_pairwise; i++) {
444445
u32 ciphers_pairwise = sme->crypto.ciphers_pairwise[i];
445446

0 commit comments

Comments
 (0)