User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-90
34.11.5 +iWLKn Wireless LAN WEP Key Array
Syntax: AT+iWLKn=keyString Permanently sets the Wireless LAN WEP keys in
the 4-slot WEP key array.
Parameters: n = 1..4.
keyString = WEP key string represented by a
Hexadecimal ASCII string.
Command Options:
keyString='' Empty: No WEP key defined in position n.
keyString=<key> key will be used as the key string value in
position n. The identical value must be
configured in the same position in the AP router.
key must be a Hexadecimal representation string, where each byte
is described by 2 ASCII characters in the range [‗0‘..‘9‘],
[‗A‘..‘F‘] or [‗a‘..‘f‘].
When using 64-bit WEP (WLWM=1), key may contain up to 10
characters (defining 5 bytes). When using 128-bit WEP
(WLWM=2), key may contain up to 26 characters (defining 13
bytes).
Default: Empty. No WEP key defined.
Result code:
I/OK if keyString is an empty or legal WEP key string.
I/ERROR otherwise
AT+iWLKn~keyString Temporarily set WEP key n to keyString. The
permanent value will be restored after completing
the next session, both if the session was successful
or not.
AT+iWLKn? Report the current WEP key value in position n.
The reported value will consist of '*' characters.
The number of '*' characters shall reflect the
number of characters in the actual key string. If the
key string is empty, only <CRLF> will be returned.
The reply is followed by I/OK.
AT+iWLKn=? Returns the message ‗String‘.
The reply is followed by I/OK.