Security

WLAN Security Settings <# "Active" if (${"STATUS_SECURITY"} eq "WEP" || ${"STATUS_SECURITY"} eq "WPA1" || ${"STATUS_SECURITY"} eq "WPA2" || ${"STATUS_SECURITY"} eq "WPA12") #> <# "Disabled" if (${"STATUS_SECURITY"} eq "NULL") #>
WEP <# "WEP Active" if (${"STATUS_SECURITY"} eq "WEP") #> <# "WEP Disabled" if (${"STATUS_SECURITY"} eq "WPA1" || ${"STATUS_SECURITY"} eq "WPA2" || ${"STATUS_SECURITY"} eq "WPA12" || ${"STATUS_SECURITY"} eq "NULL") #>
WPA <# "WPA 1" if (${"STATUS_SECURITY"} eq "WPA1") #> <# "WPA 2" if (${"STATUS_SECURITY"} eq "WPA2") #> <# "WPA 1+2" if (${"STATUS_SECURITY"} eq "WPA12") #> <# "WPA Disabled" if (${"STATUS_SECURITY"} eq "WEP" || ${"STATUS_SECURITY"} eq "NULL") #>