From 32fdb2bf2d3a34847270598682dec57cc3caf424 Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 25 Aug 2023 16:59:03 +0200 Subject: [PATCH] fix: remove insecure and deprecated TKIP --- src/scripts/create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/create_ap b/src/scripts/create_ap index 7731e0b..e825071 100755 --- a/src/scripts/create_ap +++ b/src/scripts/create_ap @@ -1722,7 +1722,7 @@ if [[ -n "$PASSPHRASE" ]]; then wpa=${WPA_VERSION} wpa_${WPA_KEY_TYPE}=${PASSPHRASE} wpa_key_mgmt=WPA-PSK -wpa_pairwise=TKIP CCMP +wpa_pairwise=CCMP rsn_pairwise=CCMP EOF fi