Wlan.current_Tx_Rate; Wlan.encryption_Index; Wlan.encryption_Key1 - Intermec EasyCoder PL3 Programmer's Reference Manual

Intermec easycoder pl3: reference guide
Hide thumbs Also See for EasyCoder PL3:
Table of Contents

Advertisement

EasyCoder PL-Series Printer Programmer's Reference Manual

wlan.current_tx_rate

Type: getvar
This parameter retrieves the current transmit (tx) rate (mbps). This rate
varies depending on several factors such as the access point's settings and
the printer's distance from the access point. Possible values are 1, 2, 5.5,
and 11.
getvar result
Returns the current transmit rate.
Example
Description
Syntax
Result

wlan.encryption_index

Type getvar; setvar
This parameter refers to the WEP (Wired Equivalent Privacy) encryption
key index. This parameter determines which one of the four encryption
keys the printer uses.
getvar result
Returns the current encryption key index that is in use by the printer.
Example
Description
Syntax
Result
setvar choices
1, 2, 3, or 4. Default = 1
Example
Description
Syntax
Result

wlan.encryption_key1

Type: getvar; setvar
This parameter refers to the first indexed WEP encryption key. The WEP
encryption key is a hexadecimal string that is either 10 or 26 characters
long depending on the encryption method (40-bit or 128-bit). This key
should match the wireless network WEP encryption key 1.
Chapter 13— Configuration/Control Commands
Get the current tx rate.
! U1 getvar "wlan.current_tx_rate"
"11"
Get the encryption key index value.
! U1 getvar "wlan.encryption_index"
"1"
Set the encryption key index.
! U1 setvar "wlan.encryption_index" "1"
Sets the encryption key index to 1.
149

Advertisement

Table of Contents
loading

This manual is also suitable for:

Easycoder pl4Easycoder pl-series

Table of Contents