summaryrefslogtreecommitdiff
path: root/aports/wpa_supplicant/config
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2023-03-11 10:32:29 +0100
committerPÁLI Gábor János <pali.gabor@gmail.com>2023-03-11 10:32:29 +0100
commit0ba9883f821b604ec0acd5f70a70a9108502cd7f (patch)
tree42bbe45330aed8df1b240fac3ec168422af136b8 /aports/wpa_supplicant/config
parentb5d0e99b47d8f91ee2b9c0c04f71f2ba2fe4081f (diff)
downloadfreebsd-wifibox-alpine-0ba9883f821b604ec0acd5f70a70a9108502cd7f.zip
wpa_supplicant: import changes from upstream
References: - https://git.alpinelinux.org/aports/commit/main/wpa_supplicant?id=03d532b9fb595ff116bb6ce03470c59a754a4025
Diffstat (limited to 'aports/wpa_supplicant/config')
-rw-r--r--aports/wpa_supplicant/config18
1 files changed, 13 insertions, 5 deletions
diff --git a/aports/wpa_supplicant/config b/aports/wpa_supplicant/config
index 12f711a..5bf8072 100644
--- a/aports/wpa_supplicant/config
+++ b/aports/wpa_supplicant/config
@@ -324,7 +324,7 @@ CONFIG_BACKEND=file
CONFIG_IEEE80211W=y
#
# Support Operating Channel Validation
-#CONFIG_OCV=y
+CONFIG_OCV=y
# Select TLS implementation
# openssl = OpenSSL (default)
@@ -350,7 +350,7 @@ CONFIG_TLSV12=y
# Select which ciphers to use by default with OpenSSL if the user does not
# specify them.
-#CONFIG_TLS_DEFAULT_CIPHERS="DEFAULT:!EXP:!LOW"
+CONFIG_TLS_DEFAULT_CIPHERS="DEFAULT:@SECLEVEL=1"
# If CONFIG_TLS=internal is used, additional library and include paths are
# needed for LibTomMath. Alternatively, an integrated, minimal version of
@@ -591,9 +591,10 @@ CONFIG_ACS=y
#CONFIG_MBO=y
# Fast Initial Link Setup (FILS) (IEEE 802.11ai)
-#CONFIG_FILS=y
+CONFIG_FILS=y
+
# FILS shared key authentication with PFS
-#CONFIG_FILS_SK_PFS=y
+CONFIG_FILS_SK_PFS=y
# Support RSN on IBSS networks
# This is needed to be able to use mode=1 network profile with proto=RSN and
@@ -620,9 +621,16 @@ 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)
# This requires CONFIG_IEEE80211W=y to be enabled, too. (see
# wpa_supplicant/README-DPP for details)
#CONFIG_DPP=y
+
+# WPA3-Enterprise (SuiteB-192)
+CONFIG_SUITEB=y
+CONFIG_SUITEB192=y
+
+# IEEE 802.11n (high throughput) support
+CONFIG_IEEE80211N=y