Printronix Network Interface Card Network Card User Manual


 
Chapter 15 Complete Command List
310
WLAN
ADAPTER,
WLAN
Set transmit power:
store ifc <ifnum> wlan txpwr <0-100>
<ifnum> is the interface number for the WLAN device.
<0-100> the power level as a percentage of full power .
WLAN
ADAPTER,
WLAN
Set options:
store ifc <ifnum> wlan opts [[-]openauth][[-]intnl]
<ifnum> is the interface number for the WLAN device.
An option is enabled by including it in the list and disabled by
preceding it with a '-' character in the list. Supported option is
"intnl", for international mode and “openauth” for open
authentication.
WLAN
ADAPTER,
WLAN
Set the default key for WLAN encryption:
store ifc <ifnum> wlan defkey disable|<1-4>
<ifnum> is the interface number for the WLAN device.
<1-4> is the number identifying one of the four keys (1-4). A
value of zero or the word "disable" disables encryption.
WLAN
ADAPTER,
WLAN
Set the key to a given value:
store ifc <ifnum> wlan key <key-num> <key-value>|
<$<string-key>{<length>]>
<ifnum> is the interface number for the WLAN interface.
<key-num> is the number identifying one of the four keys (1-4).
<key-value> is the encryption key value for <key-num>. The
value must consist of 5 or 13 double- or quad-digit HEX
numbers, separated by colon (':') or dash ('-') characters for
readability (e.g. D1C2-B3A4-9586-7768-594A-3B2C-1D).
Alpha characters are NOT case sensitive. All zero disables
encryption for <key-num>. If '$' is the first character the
remainder of the argument is treated as a literal string with all
alpha-numeric characters allowed except spaces). Key length
is inferred from the length of key-value so leading zeroes of
longer keys must be entered (not blanked).