diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2023-03-11 10:32:29 +0100 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2023-03-11 10:32:29 +0100 |
commit | 0ba9883f821b604ec0acd5f70a70a9108502cd7f (patch) | |
tree | 42bbe45330aed8df1b240fac3ec168422af136b8 | |
parent | b5d0e99b47d8f91ee2b9c0c04f71f2ba2fe4081f (diff) | |
download | freebsd-wifibox-alpine-0ba9883f821b604ec0acd5f70a70a9108502cd7f.zip |
wpa_supplicant: import changes from upstream
References:
- https://git.alpinelinux.org/aports/commit/main/wpa_supplicant?id=03d532b9fb595ff116bb6ce03470c59a754a4025
-rw-r--r-- | aports/wpa_supplicant/APKBUILD | 4 | ||||
-rw-r--r-- | aports/wpa_supplicant/config | 18 |
2 files changed, 15 insertions, 7 deletions
diff --git a/aports/wpa_supplicant/APKBUILD b/aports/wpa_supplicant/APKBUILD index a9da28f..dde5f77 100644 --- a/aports/wpa_supplicant/APKBUILD +++ b/aports/wpa_supplicant/APKBUILD @@ -2,7 +2,7 @@ pkgname=wpa_supplicant pkgver=2.10 -pkgrel=1 # base: 4 +pkgrel=2 # base: 5 pkgdesc="utility providing key negotiation for WPA wireless networks" url="https://w1.fi/wpa_supplicant/" arch="all" @@ -81,5 +81,5 @@ c7e4041fe41743c5e63a07edc9234d0c44c4c0f193a180b27342b43f3be45fb87b42ee0f9e4a2061 9528735924faf876a7094de46760605e5e66e265187421a668be06dbf03d7b4db6b84cbad793fcd6bd614e3ba540f82f1f80660d75e8a6070eeb7e9abb54ed28 unsafe-renegotiation-1.patch a92ba3ed3f41022a8af9396d2b703ee47f78aa05c1fddb42919a7fe6a6fad71e3515c63457e97e252ae0a32c6c34d67ea6efe0278df1e141cf36e650237e5295 unsafe-renegotiation-2.patch 3278eff7118f9dc9e177adc3ed91cad562a8edde396af8619321ac8552a86e9c7de25212d5578ea17cbe4b6dc928d83cd6e9a7f0d41e07576656e6e9274107d6 no-tools.patch -021d7d192b2e8e6bc89457ce4c8ada7eb897b3c4e8202697da44bde4cab49c0424156569c7a04dc58cae26e0e83e5f56421946679629535d0a749cda31f890c5 config +310ee960c3d8beab80169bedf43ff9dfbf49f808c5a32accac2f41e54fff6d047a6136488de72cbcfa66c5205a3b68019dff6e7f2ebb87e00bbcdc509fca95ee 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 |