From: Stijn Tintel Date: Wed, 23 Nov 2022 16:18:01 +0000 (+0200) Subject: wireless: allow selecting multiple ciphers X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86586994c97ca99d2da57224575d4a28760725e2;p=project%2Fnetifd.git wireless: allow selecting multiple ciphers --- 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