User`s guide
Aironet Wireless Communications, Inc. 8-7 Confidential and Proprietary
Download type 0x01:
// Default Values
struct mode_request_frm {
unsigned char Frame_type; // 0x07, 0x87
unsigned short Length; // 0x0007
unsigned char Type; // 0x01
unsigned short Checksum; // 0x000F, 0x008F
unsigned char EOT; // 0x04
};
Download type 0x81:
// Default Values
struct mode_response_frm {
unsigned char Frame_type; // 0x07, 0x87
unsigned short Length; // 0x0009
unsigned char Type; // 0x81
unsigned char Current_mode; // 0x01=normal;
0x02=upgrade mode
unsigned char Firmware_okay; // 0x00=okay
unsigned short Checksum; // xxxx
unsigned char EOT; // 0x04
};
Download type 0x02:
// Default Values
struct set_mode_frm {
unsigned char Frame_type; // 0x07, 0x87
unsigned short Length; // 0x0008
unsigned char Type; // 0x02
unsigned char New_mode; // 0x02=upgrade mode
unsigned short Checksum; // 0x0013, 0x0093
unsigned char EOT; // 0x04
};
Download type 0x03:
// Default Values
struct params_request_frm {
unsigned char Frame_type; // 0x07, 0x87
unsigned short Length; // 0x0007
unsigned char Type; // 0x03
unsigned short Checksum; // 0x0011, 0x0091
unsigned char EOT; // 0x04
};