fix: remove insecure and deprecated TKIP

This commit is contained in:
oddlama 2023-08-25 16:59:03 +02:00
parent 6289739dd1
commit 32fdb2bf2d
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A

View File

@ -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