Chapter 15 Complete Command List

WLAN ADAPTER, WLAN

WLAN ADAPTER, WLAN

WLAN ADAPTER, WLAN

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 .

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.

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.

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).

310