User guide

SGD Commands for Wireless Operation
wlan.security
194
14143L-005 Rev. A Wireless User Guide 4/29/08
Supporting SGD Commands for Different Security Types
The supporting SGD commands required for wlan.security vary based on the security
type that you select. You must send the additional commands for your printer to be able to
work on your wireless network. Follow the example and format for your specific security type
in this section, substituting your own wireless network data.
Security Type 1: No Wireless Security Active
Additional parameters that need to be set: none
Security Type 2: WEP 40-Bit
Additional parameters that need to be set and the SGD commands to use:
WEP encryption index (see wlan.wep.index on page 209)
WEP authentication type (see wlan.wep.auth_type on page 208)
WEP key type (see wlan.wep.key_format on page 214)
the actual values of any WEP encryption keys to be used (see wlan.wep.key1 on page 210,
wlan.wep.key2 on page 211, wlan.wep.key3 on page 212, or wlan.wep.key4 on page 213)
Example • This example turns off all wireless securities controlled under this command, but
it does not reset the printers wireless settings to their defaults. To reset all wireless settings,
see Restore Network Parameters to Defaults on page 55.
! U1 setvar "wlan.security" "1"
Example • This example configures the printer for WEP 40-bit encryption using index
key 1, open authentication, and a hexadecimal WEP key with a value of “
A1B2C3D4F5.”
! U1 setvar "wlan.security" "2"
! U1 setvar "wlan.wep.index" "1"
! U1 setvar "wlan.wep.auth_type" "open"
! U1 setvar "wlan.wep.key_format" "hex"
! U1 setvar "wlan.wep.key1" "A1B2C3D4F5"