* [Buildroot] [PATCHv3 1/1] package/wpa_supplicant: add configuration for WPA3-Entreprise
@ 2024-09-16 8:55 Guillaume GC. Chaye
2024-10-27 18:46 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume GC. Chaye @ 2024-09-16 8:55 UTC (permalink / raw)
To: buildroot; +Cc: Guillaume GC. Chaye, Sergey Matyukevich
Signed-off-by: Guillaume GC. Chaye <guillaume.chaye@zeetim.com>
---
package/wpa_supplicant/wpa_supplicant.mk | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index 984959f679..aef8731341 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -126,18 +126,29 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPS),)
WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_WPS
endif
+# WPA3 configurations:
+# - CONFIG_DPP: Easy Connect (Device Provisioning Protocol - DPP R1 & R2)
+# - CONFIG_SAE: Simultaneous Authentication of Equals (SAE), WPA3-Personal
+# - CONFIG_SAE_PK: SAE Public Key, WPA3-Personal
+# - CONFIG_OWE: Opportunistic Wireless Encryption (OWE)
+# - CONFIG_SUITEB: WPA3-Enterprise
+# - CONFIG_SUITEB192: WPA3-Enterprise (SuiteB 192 bits security)
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
else
WPA_SUPPLICANT_CONFIG_DISABLE += \
CONFIG_DPP \
CONFIG_SAE \
CONFIG_SAE_PK \
- CONFIG_OWE
+ CONFIG_OWE \
+ CONFIG_SUITEB \
+ CONFIG_SUITEB192
endif
# Try to use openssl if it's already available
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCHv3 1/1] package/wpa_supplicant: add configuration for WPA3-Entreprise
2024-09-16 8:55 [Buildroot] [PATCHv3 1/1] package/wpa_supplicant: add configuration for WPA3-Entreprise Guillaume GC. Chaye
@ 2024-10-27 18:46 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-27 18:46 UTC (permalink / raw)
To: Guillaume GC. Chaye; +Cc: buildroot, Sergey Matyukevich
Hello Guillaume,
On Mon, 16 Sep 2024 10:55:10 +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 | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
The commit log was a bit desperately empty, so I added some
explanations, and applied. Thanks for your contribution!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-27 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 8:55 [Buildroot] [PATCHv3 1/1] package/wpa_supplicant: add configuration for WPA3-Entreprise Guillaume GC. Chaye
2024-10-27 18:46 ` Thomas Petazzoni via buildroot
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.