Merge pull request #342 from oddlama/master

[SECURITY] remove insecure TKIP from configurations
This commit is contained in:
Lakindu Akash 2023-11-12 02:26:42 +05:30 committed by GitHub
commit 805d157851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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