From 2c4bbec9176583712fdd3e8bfd20639c52b675ee Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 30 Aug 2022 11:42:13 -0700 Subject: [PATCH] wpa_supplicant: enable 802.11v support Set CONFIG_WNM to enable better roaming. Follows identical config change by other distros: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886414 https://github.com/NixOS/nixpkgs/pull/158174 https://bugs.archlinux.org/task/65470 --- 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 9bf3739d1963..b0cac731582c 100644 --- a/srcpkgs/wpa_supplicant/files/config +++ b/srcpkgs/wpa_supplicant/files/config @@ -476,7 +476,7 @@ CONFIG_IEEE80211AC=y # Wireless Network Management (IEEE Std 802.11v-2011) # Note: This is experimental and not complete implementation. -#CONFIG_WNM=y +CONFIG_WNM=y # Interworking (IEEE 802.11u) # This can be used to enable functionality to improve interworking with diff --git a/srcpkgs/wpa_supplicant/template b/srcpkgs/wpa_supplicant/template index fed83afea8b8..b6fe5dcf479a 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=1 +revision=2 build_wrksrc="$pkgname" short_desc="WPA/WPA2/IEEE 802.1X Supplicant" maintainer="Enno Boland "