Step 5: 802.11 Management
As well as the Data and Acknowledgment frames, we will look at several types of Management frames
that are used to connect a computer to an AP so that it may send and receive messages.
Beacon Frames
Select a Beacon frame in your trace whose BSS ID is that of the main AP from Step 4. Beacon frames are
sent out periodically by an AP to advertise its existence and capabilities to nearby computers. The IEEE
802.11 record for this frame will be similar to the record for a Data frame that we reviewed above, with
different type and subtype codes to indicate that it is a Beacon frame. However, the payload of this
frame will differ: it is an IEEE 802.11 wireless LAN management frame record. You will see that after
some fixed parameters it has a series of tagged parameters that list the capabilities of the AP. These in-
clude the SSID name of the AP (a text string to go with the BSS ID), the data rates it supports, and the
channel on which it is operating.
Expand the payload of the Beacon frames to view its parameters and answer these questions:
1. What is the SSID of the main AP? This is one of the tagged parameters in the Beacon frame.
2. How often are Beacon frames sent for the main AP? You may find the Beacon interval given in
Association
Once a computer has learned of an AP via a Beacon or otherwise, it must associate with the AP and pos-
sibly authenticate itself before it can use the wireless network. You will see the computer send the Asso-
ciation Request to the AP until it is acknowledged. If association is successful then the AP will return an
Association Response, which the computer will acknowledge. After the usual IEEE 802.11 header fields,
the Association Request and Response carry information that describes the capabilities of the AP and
computer, such as what rates it supports. In this way, both endpoints can know the other’s abilities.
Find and examine an Association Request and Association Response frame to answer this question:
5. What are the Type and Subtype values of Association Request / Association Response frames?
You may also see Authentication Request and Authentication Response frames before the association.