On 11/27/2025 2:43 AM, Dmitry Baryshkov wrote:
On Wed, 26 Nov 2025 at 16:07, Miaoqing Pan
<[email protected]> wrote:
OWE is now standardized under IEEE 802.11-2024 (RFC 8110, RFC 9672).
Enable CONFIG_OWE=y in defconfig for easier testing and examples.
Disable OWE when PACKAGECONFIG selects gnutls to prevent build
failures.
Signed-off-by: Miaoqing Pan <[email protected]>
---
.../wpa-supplicant/wpa-supplicant/defconfig | 2 +-
meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
index e313894ecd..8a68d56ffd 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig
@@ -639,7 +639,7 @@ CONFIG_BGSCAN_SIMPLE=y
# Opportunistic Wireless Encryption (OWE)
# Experimental implementation of draft-harkins-owe-07.txt
Again, this mentions an outdated draft. Does it (supposedly) conform
to the final standard?
OWE is specified by RFC 8110 and updated by RFC 9672. The
implementation conforms to the finalized IEEE 802.11-2024 baseline
where OWE operation is recognized in the context of 802.11 WLANs;
it does not rely on any outdated drafts.
And will add the information in patch v2.
-#CONFIG_OWE=y
+CONFIG_OWE=y
# Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect)
CONFIG_DPP=y
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb
b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb
index 4a8ee1423f..971e55150d 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb
@@ -48,6 +48,7 @@ do_configure () {
echo 'CONFIG_TLS=gnutls' >>wpa_supplicant/.config
sed -i -e 's/\(^CONFIG_DPP=\)/#\1/' \
-e 's/\(^CONFIG_EAP_PWD=\)/#\1/' \
+ -e 's/\(^CONFIG_OWE=\)/#\1/' \
-e 's/\(^CONFIG_SAE=\)/#\1/' wpa_supplicant/.config
fi
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#226819):
https://lists.openembedded.org/g/openembedded-core/message/226819
Mute This Topic: https://lists.openembedded.org/mt/116489736/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-