All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/wpa_supplicant: enable SAE-PK option for WPA3
@ 2022-04-05  8:49 yegorslists--- via buildroot
  2022-04-05  8:49 ` [Buildroot] [PATCH 2/2] package/hostapd: " yegorslists
  2022-04-10 14:51 ` [Buildroot] [PATCH 1/2] package/wpa_supplicant: " Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: yegorslists--- via buildroot @ 2022-04-05  8:49 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber, Sergey Matyukevich

From: Yegor Yefremov <yegorslists@googlemail.com>

This enables a new security feature "SAE Public Key".

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/wpa_supplicant/wpa_supplicant.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index f0eb36e083..a2ca8a0b30 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -112,11 +112,13 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPA3),y)
 WPA_SUPPLICANT_CONFIG_ENABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 else
 WPA_SUPPLICANT_CONFIG_DISABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 endif
 
-- 
2.17.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/hostapd: enable SAE-PK option for WPA3
  2022-04-05  8:49 [Buildroot] [PATCH 1/2] package/wpa_supplicant: enable SAE-PK option for WPA3 yegorslists--- via buildroot
@ 2022-04-05  8:49 ` yegorslists
  2022-04-10 14:51 ` [Buildroot] [PATCH 1/2] package/wpa_supplicant: " Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: yegorslists @ 2022-04-05  8:49 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber, Sergey Matyukevich

From: Yegor Yefremov <yegorslists@googlemail.com>

This enables a new security feature "SAE Public Key".

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/hostapd/hostapd.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index 99f0cdf1b8..4420142fbd 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -85,11 +85,13 @@ ifeq ($(BR2_PACKAGE_HOSTAPD_WPA3),y)
 HOSTAPD_CONFIG_ENABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 else
 HOSTAPD_CONFIG_DISABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 endif
 
-- 
2.17.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/wpa_supplicant: enable SAE-PK option for WPA3
  2022-04-05  8:49 [Buildroot] [PATCH 1/2] package/wpa_supplicant: enable SAE-PK option for WPA3 yegorslists--- via buildroot
  2022-04-05  8:49 ` [Buildroot] [PATCH 2/2] package/hostapd: " yegorslists
@ 2022-04-10 14:51 ` Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-04-10 14:51 UTC (permalink / raw)
  To: yegorslists, buildroot; +Cc: Matt Weber, Sergey Matyukevich



On 05/04/2022 10:49, yegorslists--- via buildroot wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> This enables a new security feature "SAE Public Key".
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/wpa_supplicant/wpa_supplicant.mk | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
> index f0eb36e083..a2ca8a0b30 100644
> --- a/package/wpa_supplicant/wpa_supplicant.mk
> +++ b/package/wpa_supplicant/wpa_supplicant.mk
> @@ -112,11 +112,13 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPA3),y)
>   WPA_SUPPLICANT_CONFIG_ENABLE += \
>   	CONFIG_DPP \
>   	CONFIG_SAE \
> +	CONFIG_SAE_PK \
>   	CONFIG_OWE
>   else
>   WPA_SUPPLICANT_CONFIG_DISABLE += \
>   	CONFIG_DPP \
>   	CONFIG_SAE \
> +	CONFIG_SAE_PK \
>   	CONFIG_OWE
>   endif
>   
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-10 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05  8:49 [Buildroot] [PATCH 1/2] package/wpa_supplicant: enable SAE-PK option for WPA3 yegorslists--- via buildroot
2022-04-05  8:49 ` [Buildroot] [PATCH 2/2] package/hostapd: " yegorslists
2022-04-10 14:51 ` [Buildroot] [PATCH 1/2] package/wpa_supplicant: " Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.