mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-10 06:00:11 +00:00
Merge pull request #342 from oddlama/master
[SECURITY] remove insecure TKIP from configurations
This commit is contained in:
commit
805d157851
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user