summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-11-23 18:18:01 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2022-11-23 18:18:01 +0200
commit86586994c97ca99d2da57224575d4a28760725e2 (patch)
tree859340b5ff3fa5c05c69de122c6c1253137ca8a1
parent9d2857d2c0c81213d4af38163e6c2df8a5dd3a02 (diff)
downloadnetifd-86586994c97ca99d2da57224575d4a28760725e2.tar.gz
wireless: allow selecting multiple ciphers
-rw-r--r--scripts/netifd-wireless.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/netifd-wireless.sh b/scripts/netifd-wireless.sh
index 6df5153..5dd62f6 100644
--- a/scripts/netifd-wireless.sh
+++ b/scripts/netifd-wireless.sh
@@ -230,6 +230,7 @@ wireless_vif_parse_encryption() {
*tkip) wpa_cipher="TKIP";;
*gcmp256) wpa_cipher="GCMP-256";;
*gcmp) wpa_cipher="GCMP";;
+ *modern) wpa_cipher="GCMP-256 GCMP CCMP-256 CCMP";;
esac
# 802.11n requires CCMP for WPA