mirror of
https://github.com/garywill/linux-router.git
synced 2025-12-30 18:58:28 +01:00
drop TKIP
This commit is contained in:
2
lnxrouter
Executable file → Normal file
2
lnxrouter
Executable file → Normal file
@@ -1303,7 +1303,7 @@ if [[ $WIFI_IFACE ]]; then
|
|||||||
wpa=${WPA_VERSION}
|
wpa=${WPA_VERSION}
|
||||||
wpa_${WPA_KEY_TYPE}=${PASSPHRASE}
|
wpa_${WPA_KEY_TYPE}=${PASSPHRASE}
|
||||||
wpa_key_mgmt=WPA-PSK
|
wpa_key_mgmt=WPA-PSK
|
||||||
wpa_pairwise=TKIP CCMP
|
wpa_pairwise=CCMP
|
||||||
rsn_pairwise=CCMP
|
rsn_pairwise=CCMP
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user