mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
wirelessclient.cgi: Show when using WPA3
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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'};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user