User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-100
34.11.14 +iWKYn Wireless LAN WEP Key Array
Syntax:
AT+iWKYn=<KeyString>
Sets the Wireless LAN WEP key for each individual SSID
in the array.
Parameters:
n=0-9
10 WEP keys, one for each SSID, respectively.
Setting KeyString with n=0 is equivalent to setting WLKI
and WLK1-WLK4 parameters.
<KeyString>
WEP key string represented by a hexadecimal ASCII
string.
Command Options:
KeyString=‖
Empty
KeyString=<key>
key will be used as the KeyString value in position n.
key must be a hexadecimal representation ASCII string,
where each byte is described by two ASCII characters in
the range [0.. 9], [A.. F] or [a.. f].
When using 64-bit WEP encryption (WLWM=1), key can
contain up to 10 characters (defining 5 bytes). When using
128-bit WEP encryption (WLWM=2), key can contain up
to 26 characters (defining 13 bytes).
Default:
Empty
Result Code:
I/OK
If n is a legal value.
I/ERROR
Otherwise
AT+iWKYn~key
Temporarily sets WEP key in the nth position to key.
AT+iWKYn?
Reports the current WEP key value in position n. The
reported value consists of (*) characters. The number of
(*) characters reflects the number of characters in the
actual key string. If the key string is empty, only <CRLF>
is returned. The reply is followed by I/OK.
AT+iWKYn=?
Returns the message String followed by I/OK.