drop TKIP

This commit is contained in:
garywill 2018-08-31 18:41:06 +08:00 committed by garywill
parent 4f0ea10e43
commit b4d60dd3aa
1 changed files with 1 additions and 1 deletions

2
lnxrouter Executable file → Normal file
View File

@ -1303,7 +1303,7 @@ if [[ $WIFI_IFACE ]]; 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
else