From 0ba9883f821b604ec0acd5f70a70a9108502cd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Sat, 11 Mar 2023 10:32:29 +0100 Subject: wpa_supplicant: import changes from upstream References: - https://git.alpinelinux.org/aports/commit/main/wpa_supplicant?id=03d532b9fb595ff116bb6ce03470c59a754a4025 --- aports/wpa_supplicant/config | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'aports/wpa_supplicant/config') 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 -- cgit v1.2.3