wireless: allow selecting multiple ciphers
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 23 Nov 2022 16:18:01 +0000 (18:18 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 23 Nov 2022 16:18:01 +0000 (18:18 +0200)
scripts/netifd-wireless.sh

index 6df515354cf130c4d2fcce8e228a81fd05fe6236..5dd62f630be9633b5968880dcc749ffc665138a7 100644 (file)
@@ -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