wlan.wep.key_format

wlan.wep.key_format

This printer setting specifies the format for the WEP key.
This command is disabled for Link OS 6 printers and later versions.
This printer setting should proceed any of the
wep.key
settings if you select a non-default value.

Setvar

To set the WEP key format:
! U1 setvar "wlan.wep.key_format" "value"
Values
  • "ascii"
    the WEP key is set by ASCII string
  • "hex"
    the WEP key is a Hex string
Default
"hex"

Getvar

To respond with the WEP key format:
! U1 getvar "wep.key_format"
Example
This
setvar
example shows the value set to
"ascii"
.
! U1 setvar "wlan.wep.key_format" "ascii"
When the
setvar
value is set to
"ascii"
, the
getvar
result is
"ascii"
.