User`s guide
Aironet Wireless Communications, Inc. 8-6 Confidential and Proprietary
CONFIGURE
Frame Type: 0x04, 0x84
Configure type 0x10:
// Default Values
struct config16_frm {
unsigned char Frame_type; // 0x04, 0x84
unsigned short Length; // 0x005B
unsigned char Type; // 0x10
unsigned short SSIDlen; // 0x0007
unsigned char SSID[32]; // ‘tsunami’
unsigned char SupportedRates[8]; //
unsigned char StationMacId[6]; // 00:00:00:00:00:00
unsigned char NodeName[16]; // 0’s
unsigned short PowerSaveMode; // 0 = CAM
unsigned short ScanMode; // 0
unsigned short DsChannel // 0 = lowest channel
unsigned char Reserved[14]; // reserved for future use
unsigned short Checksum; // xxxx
unsigned char EOT; // 0x04
};
This Configure frame is only sent from the host device to the PC4500/4800. It is meant to be a
‘quick configuration’ of the PC4500/4800. The parameters are the minimum needed to establish a
connection in infrastructure mode. The firmware defaults will be used for all other parameters.
Compatibility: PC4500/4800
DOWNLOAD
Frame Type: 0x07 / 0x87
The PLAP download frame type has several subtypes used to perform a firmware upgrade.
Subtypes:
0x01 MODE_REQ
0x81 MODE_RESP
0x02 SET_MODE
0x03 PARAM_REQ
0x83 PARAM_RESP
0x04 ERASE_REQ
0x84 ERASE_RESP
0x05 PROG_REQ
0x85 PROG_RESP
0x07 ENABLE_REQ
0x87 ENABLE_RESP