diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-07-22 07:59:26 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-07-22 08:08:31 -0700 |
commit | 4939276f5cf5a79ba76629d66e86878f6db5f7a3 (patch) | |
tree | 021b8e80e224ffa12b0076f0f14222c4313241e9 | |
parent | security/wpa_supplicant-devel: Spell out PASN option in DESC (diff) |
security/wpa_supplicant-devel: Enable PASN by default
PASN is enabled in the base FreeBSD wpa_supplicant. Enable it here
as well.
-rw-r--r-- | security/wpa_supplicant-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile index d6919464023b..0d567a51d973 100644 --- a/security/wpa_supplicant-devel/Makefile +++ b/security/wpa_supplicant-devel/Makefile @@ -51,7 +51,7 @@ OPTIONS_DEFAULT= BSD WIRED \ INTERWORKING HS20 DBUS MATCH IEEE80211R IEEE80211W \ IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP \ FAST PWD PAX SAKE GPSK TNC IKEV2 EKE \ - WNM MBO RSN_PREAUTH WEP + WNM MBO RSN_PREAUTH WEP PASN OPTIONS_SUB= WPS_DESC= Wi-Fi Protected Setup |