]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wirelessclient.cgi: Show when using WPA3
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Feb 2021 16:34:02 +0000 (17:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Feb 2021 16:34:02 +0000 (17:34 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/wirelessclient.cgi

index e8c3c96284fab93e5da85cf8d2e5d5c72f6d70c0..607ef71053b5aba335a024f8ee6c26b1b1628e15 100644 (file)
@@ -324,6 +324,8 @@ END
                        $encryption_mode = $Lang::tr{'wlan client encryption wpa'};
                } elsif ($config[3] eq "WPA2") {
                        $encryption_mode = $Lang::tr{'wlan client encryption wpa2'};
+               } elsif ($config[3] eq "WPA3") {
+                       $encryption_mode = $Lang::tr{'wlan client encryption wpa3'};
                } elsif ($config[3] eq "EAP") {
                        $encryption_mode = $Lang::tr{'wlan client encryption eap'};
                }