From f71da67332e2e38742dc6f50f4dbdd745ae27e34 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 27 Dec 2023 11:40:11 -0500 Subject: [PATCH] wpa_supplicant: enable OWE support --- srcpkgs/wpa_supplicant/files/config | 2 +- srcpkgs/wpa_supplicant/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wpa_supplicant/files/config b/srcpkgs/wpa_supplicant/files/config index b6ee819a17f8f1..7a61cf87a769e6 100644 --- a/srcpkgs/wpa_supplicant/files/config +++ b/srcpkgs/wpa_supplicant/files/config @@ -601,7 +601,7 @@ CONFIG_BGSCAN_SIMPLE=y # Opportunistic Wireless Encryption (OWE) # Experimental implementation of draft-harkins-owe-07.txt -#CONFIG_OWE=y +CONFIG_OWE=y # Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect) CONFIG_DPP=y diff --git a/srcpkgs/wpa_supplicant/template b/srcpkgs/wpa_supplicant/template index 1706dbcfa7b71e..63a346320597da 100644 --- a/srcpkgs/wpa_supplicant/template +++ b/srcpkgs/wpa_supplicant/template @@ -1,7 +1,7 @@ # Template file for 'wpa_supplicant' pkgname=wpa_supplicant version=2.10 -revision=4 +revision=5 build_wrksrc="$pkgname" short_desc="WPA/WPA2/IEEE 802.1X Supplicant" maintainer="Enno Boland "