Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: "Guillaume GC. Chaye" <guillaume.chaye@zeetim.com>
Cc: Sergey Matyukevich <geomatsi@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCHv2 1/1] package/wpa_supplicant: add configuration for WPA3-Entreprise
Date: Sat, 14 Sep 2024 16:36:02 +0200	[thread overview]
Message-ID: <20240914163602.7c27c66d@windsurf> (raw)
In-Reply-To: <20240911135234.2928130-1-guillaume.chaye@zeetim.com>

Hello,

Thanks for the new patch. Question/comment below.

On Wed, 11 Sep 2024 15:52:34 +0200
"Guillaume GC. Chaye" <guillaume.chaye@zeetim.com> wrote:

> Signed-off-by: Guillaume GC. Chaye <guillaume.chaye@zeetim.com>
> ---
>  package/wpa_supplicant/wpa_supplicant.mk | 14 ++++++++++++--
>  1 file changed, 12 insertions(+), 2 deletions(-)
> 
> diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
> index 984959f679..dbd8eea690 100644
> --- a/package/wpa_supplicant/wpa_supplicant.mk
> +++ b/package/wpa_supplicant/wpa_supplicant.mk
> @@ -126,18 +126,28 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPS),)
>  WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_WPS
>  endif
>  
> +# WPA3 configurations:
> +# - CONFIG_OWE: Opportunistic Wireless Encryption (OWE)
> +# - CONFIG_DPP,CONFIG_DPP2: Easy Connect (Device Provisioning Protocol - DPP R1 & R2)
> +# - CONFIG_SAE: WPA3-Personal (SAE)
> +# - CONFIG_PASN: PASN

You're mentioning CONFIG_PASN here.

> +# - CONFIG_SUITEB, CONFIG_SUITEB192: WPA3-Enterprise (SuiteB-192)
>  ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPA3),y)
>  WPA_SUPPLICANT_CONFIG_ENABLE += \
>  	CONFIG_DPP \
>  	CONFIG_SAE \
>  	CONFIG_SAE_PK \
> -	CONFIG_OWE
> +	CONFIG_OWE \
> +	CONFIG_SUITEB \
> +	CONFIG_SUITEB192

... but it isn't anywhere here.

And symmetrically, CONFIG_SAE_PK is in the list, but not in your
comment.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2024-09-14 14:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-11 13:52 [Buildroot] [PATCHv2 1/1] package/wpa_supplicant: add configuration for WPA3-Entreprise Guillaume GC. Chaye
2024-09-14 14:36 ` Thomas Petazzoni via buildroot [this message]

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=20240914163602.7c27c66d@windsurf \
    --to=buildroot@buildroot.org \
    --cc=geomatsi@gmail.com \
    --cc=guillaume.chaye@zeetim.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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