User`s guide
Aironet Wireless Communications, Inc. 7-57 Confidential and Proprietary
WEP Key Non-volatile
Reading rid 0xFF16 returns the next key. Reading rid 0xFF16 does not return the key. It returns the
u16KeyLen. Non-zero values in these fields can be used to determine if a key has been set. Writing this
rid sets the key in non-volatile storage.
The only valid length for u16KeyLen is 5 or 0.
The address {1, 0, 0, 0, 0, 0} is used to denote the default key. This is also the only valid address.
U16KeyIndex is always 0.
Offset Name Type
Factory
default Description
+0x0000 u16RidLen u16 read-only
0x1C
Length of this RID including the length field
+0x0002 u16KeyIndex u16 0 Index to list of keys
+0x0004 u8Addr[6] u8[6] 1,0,0,0,0,0 The address associated with the key.
+0x000A u16KeyLen u16 0
+0x000C u8Key[16] u8[16] 0’s The key.
Valid SSID List
The SSID RID contains up to three SSIDs that may be matched. This allows a user to configure the unit
for multiple sites.
If SSIDlen1 is zero, then any SSID will be accepted as valid.
Use SSIDlen2 equal zero or SSIDlen3 equal zero to indicate the end of SSID list.
Note, the driver must set these values as desired.
Offset Name Type
Factory
default Description
+0x0000 u16RidLen u16 read-only
0x68
Length of this RID including the length field
+0x0002 SSIDlen1 u16 7 The length of the SSID1 byte string.
+0x0004 SSID1[32] u8[32] "tsunami" The identifier uniquely identifying the wireless system.
+0x0024 SSIDlen2 u16 0 The length of the SSID2 byte string.
+0x0026 SSID2[32] u8[32] 0’s The identifier uniquely identifying the wireless system.
+0x0046 SSIDlen3 u16 0 The length of the SSID3 byte string.
+0x0048 SSID3[32] u8[32] 0’s The identifier uniquely identifying the wireless system.