aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Göllnitz <camelcasenick@bewares.it>2022-08-06 16:55:14 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2023-09-11 09:39:07 +0000
commit79a8734be900903e72954a6e2607065e953af41c (patch)
treeed0c8b768a68b5c959650c14d35060d653f84595
parentdf57c02663e2714df20eec79f7dfaa2cd15aad1d (diff)
main/wpa_supplicant: enable wifi display support
This is needed for P2P WiFi Displays – Miracast –, as can be connected to using e.g. gnome-network-displays. Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it>
-rw-r--r--main/wpa_supplicant/APKBUILD4
-rw-r--r--main/wpa_supplicant/config2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/wpa_supplicant/APKBUILD b/main/wpa_supplicant/APKBUILD
index 64b3df4dc91..fdc4256286d 100644
--- a/main/wpa_supplicant/APKBUILD
+++ b/main/wpa_supplicant/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wpa_supplicant
pkgver=2.10
-pkgrel=7
+pkgrel=8
pkgdesc="utility providing key negotiation for WPA wireless networks"
url="https://w1.fi/wpa_supplicant/"
arch="all"
@@ -113,6 +113,6 @@ f4b9c86530a2b10cd50e6014c9bee1d143714ab9f86bf29119dcd2c86dec5239c356518a36147d64
a92ba3ed3f41022a8af9396d2b703ee47f78aa05c1fddb42919a7fe6a6fad71e3515c63457e97e252ae0a32c6c34d67ea6efe0278df1e141cf36e650237e5295 unsafe-renegotiation-2.patch
fb328872087268056b035802f71df2f7af8d11699822fe68611201a07dc693c4fdb8c50dd4fd509ed6db4cca89f6003ce3303770951686a35633977f466f4fb5 0001-nl80211-add-extra-ies-only-if-allowed-by-driver.patch
f8a5f5e18509b61ad6fb7ce78207c039fccfca6b71f494cbe9853bcb1b09025364554a45b6129a5b992f6327f72c8a97b660088d9c542f0e62a1c370a3c628a8 0002-AP-guard-FT-SAE-code-with-CONFIG_IEEE80211R_AP.patch
-c5931d593d08108dfe63b6542ddf5732fbffa089886c1985582b88666cef5e8f84e582f477023c7df8a11b89f18ae70a6bade6c5d0cc4248a0d9baf5a5c2a170 config
+4eada7c907f9ce06baa599e7960d78acba80ac3ba8f445c381b71c6150826e4ef7f1caff2bd5e21349e1b253efa81e88a78b6c6049b20b8d13de3b5b4dc3b38a config
212c4265afce2e72b95a32cd785612d6c3e821b47101ead154136d184ac4add01434ada6c87edbb9a98496552e76e1a4d79c6b5840e3a5cfe5e6d602fceae576 wpa_cli.sh
"
diff --git a/main/wpa_supplicant/config b/main/wpa_supplicant/config
index c74c45cf917..4437e993e16 100644
--- a/main/wpa_supplicant/config
+++ b/main/wpa_supplicant/config
@@ -532,7 +532,7 @@ CONFIG_TDLS=y
# Wi-Fi Display
# This can be used to enable Wi-Fi Display extensions for P2P using an external
# program to control the additional information exchanges in the messages.
-#CONFIG_WIFI_DISPLAY=y
+CONFIG_WIFI_DISPLAY=y
# Autoscan
# This can be used to enable automatic scan support in wpa_supplicant.