From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 792E370 for ; Thu, 5 Aug 2021 11:15:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: adalessandro) with ESMTPSA id 781101F40DCC Subject: Re: [RFC connman v1 1/1] gsupplicant: Add support for WPA3-Personal To: Daniel Wagner Cc: connman@lists.linux.dev, iwd@lists.01.org, Sven.Dembianny@bshg.com References: <20210804212315.265376-1-ariel.dalessandro@collabora.com> <20210805060704.maeaww6q75x4obqy@beryllium.lan> From: Ariel D'Alessandro Message-ID: Date: Thu, 5 Aug 2021 08:15:27 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 Precedence: bulk X-Mailing-List: connman@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <20210805060704.maeaww6q75x4obqy@beryllium.lan> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Daniel, On 8/5/21 3:07 AM, Daniel Wagner wrote: > Hi Ariel, > > On Wed, Aug 04, 2021 at 06:23:14PM -0300, Ariel D'Alessandro wrote: >> Hi all, Daniel: >> >> WPA3 support has been recently added to connman (wpa_supplicant). As >> we've been discussing on a previous thread, this only supports >> WPA3-Personal-only mode. >> >> This RFC patchset adds support for WPA3-Personal transition mode, which >> supports both WPA2-Personal (PSK) and WPA3-Personal (SAE). >> >> Based on the AP accepted key management protocols, connman configures >> wpa_supplicant as follows: >> >> * WPA3-Personal-only mode: key_mgmt="SAE" ; ieee80211w=2 >> * WPA3-Personal transition mode: key_mgmt="SAE WPA-PSK" ; ieee80211w=1 >> >> This patch applies cleanly on top of current master branch (commit >> e36a38d8). >> >> I'd like to hear any thoughts you might have about this. >> For reference, see wpa_supplicant configuration [0]. > > This looks good. If no one speaks up I am going to apply it. Sounds good. > > Daniel > > ps: we have a new mailing list (connman@lists.linux.dev). The old one > was shutdown. Thanks for pointing that out! Ariel