User`s guide

Aironet Wireless Communications, Inc. 8-12 Confidential and Proprietary
COMMAND_RESPONSE
Frame Type: 0x11, 0x91
// Default Values
struct command_response_frm {
unsigned char Frame_type; // 0x11, 0x91
unsigned short Length; // xxxx
unsigned char Type; // 0x??
unsigned short Status;
unsigned short Response0;
unsigned short Response1;
unsigned short Response2;
struct { // Optional
RID // returned on a Read RID
}; // command only
Unsigned short Checksum; // xxxx
Unsigned char EOT; // 0x04
};
The COMMAND_RESPONSE frame is sent in response to a HOST_COMMAND frame. This
frame will also be sent in response to a PLAP frame error when error reporting is enabled.
Type: This field indicates type of response.
The “Type” field determines the type of response being returned.
Valid values are:
0x00 Response to an issued command
The “Status” field and “Response” fields will contain values
as indicated in chapter 7.
0x01 Response to a PLAP frame error.
Status field:
0x7F00
Response0 field:
0x0000 unknown frame type received
0x0001 frame length too large
0x0002 Checksum invalid
0x0003 EOT character not received
0x0004 Allocate failed
0x0005 Unknown subtype
0x0006 Frame length too short
0x0007 Error receiving frame
0x0008 Receive buffer overrun
Reponse1 field:
0x0000
Response2 field:
0x0000
Compatibility: PC4500/4800