Supported Rates Element
This element is included in the following frames sent from AP.- Beacon
- Probe Response
- Association Response
- Reassociation Response
The Supported Rates element specifies up to eight rates. The information field is encoded as 1 to 8 octets, where each octet describes a single Supported Rate.
value for few of the rates:
02 = 1 Mb/s
03 = 1.5 Mb/s
04 = 2 Mb/s
05 = 2.5 Mb/s
06 = 3 Mb/s
09 = 4.5 Mb/s
11 = 5.5 Mb/s
Figure 1: BSSBasicRateSet parameter encoding03 = 1.5 Mb/s
04 = 2 Mb/s
05 = 2.5 Mb/s
06 = 3 Mb/s
09 = 4.5 Mb/s
11 = 5.5 Mb/s
For the basic rate an encoding is used, which sets bit 7 to 1. Following is a part of beacon frame. As per figure 1, value for 1 Mb/s is 02 (0000 0010) . Notice the hex value highlighted in the following packet. it is 82 (1000 0010) for 1 Mb/s.
This is applicable only for the basic rates (rates marked with (B)). You can notice that the other values after 11(B) which is 0x96 begin with 0.Remaining values are supported rates. (Support for these rates is not required to join a BSS, but a station may choose to transmit at any supported rate that the receiving station supports.)
Extended Supported Rates element
For STAs supporting eight or fewer data rates, this element is optional for
inclusion. For STAs supporting more than eight data rates, this element shall
be included in all of the frame types that include the supported rates element.
The information field is encoded as 1 to 255 octets where each octet describes a single supported rate.
From beacon frame:
Could you elaborate more b/w basic and supported rates ?
ReplyDeleteWhy 1, 2, 5.5 & 11 why not values 3, 4 7,8... for basic rates ?
Any update, still I couldn't get this ans.
ReplyDeleteThe rates are the physical rates realized by the chosen modulation scheme. 3,4..etc are not realized rates by any 802.11 supported modulation scheme. Google for supported phy rates per 802.11 mode (a/b/g/n/ac/ax)
ReplyDelete