wlan.wep.key2

wlan.wep.key2

Use this command to set the second indexed WEP encryption key. The WEP encryption key is a hexadecimal string value. This key should match the wireless network WEP encryption key 2.
This command is not supported for printers running Link-OS 6 or later versions.

Setvar

To set the encryption key:
! U1 setvar "wlan.wep.key2" "value"
Values
  • 10 hexadecimal characters for 40-bit encryption
  • 26 hexadecimal characters for 128-bit encryption
Default
All zeros

Getvar

To instruct the printer to respond with the encryption key:
! U1 getvar "wlan.wep.key2"
For protection a single
"*"
prints.
Example
This
setvar
example shows the value set to
"A1B2C3D4F5"
.
! U1 setvar "wlan.wep.key2" "A1B2C3D4F5"
When the
setvar
value is set to
"A1B2C3D4F5"
, the
getvar
result is
"*"
.