public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/3] wireless client: Try using SHA256 over SHA1 when possible
Date: Wed, 06 Jan 2021 14:43:13 +0000	[thread overview]
Message-ID: <20210106144314.2732-2-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20210106144314.2732-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 908 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 src/initscripts/system/wlanclient | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/initscripts/system/wlanclient b/src/initscripts/system/wlanclient
index 27a144f72..4b3938b46 100644
--- a/src/initscripts/system/wlanclient
+++ b/src/initscripts/system/wlanclient
@@ -143,7 +143,7 @@ function wpa_supplicant_config_line() {
 
 	case "${mode}" in
 		EAP)
-			key_mgmt="WPA-EAP"
+			key_mgmt="WPA-EAP-SHA256 WPA-EAP"
 			;;
 		WPA3)
 			key_mgmt="SAE"
@@ -153,12 +153,12 @@ function wpa_supplicant_config_line() {
 		WPA2)
 			auth_alg="OPEN"
 			proto="RSN"
-			key_mgmt="WPA-PSK"
+			key_mgmt="WPA-PSK-SHA256 WPA-PSK"
 			;;
 		WPA)
 			auth_alg="OPEN"
 			proto="WPA"
-			key_mgmt="WPA-PSK"
+			key_mgmt="WPA-PSK-SHA256 WPA-PSK"
 			;;
 		WEP)
 			auth_alg="SHARED"
-- 
2.20.1


  reply	other threads:[~2021-01-06 14:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 14:43 [PATCH 1/3] wireless client: Add support for WPA3 Michael Tremer
2021-01-06 14:43 ` Michael Tremer [this message]
2021-01-06 14:43 ` [PATCH 3/3] wpa_supplicant: Import fresh default configuration Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210106144314.2732-2-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox