Frame Exploration: Probe Response

In the previous post we looked at Probe Requests which are frames sent by a STA wishing to join a BSS and needing additional information to make a selection. The Response is sent from the AP with a list of its capabilities and other information about the BSS. Note this is not the full capabilities.

Since I went over the fields in the previous post Ill start with the FCF in the form of a packet capture.

   FCF

 
 
Again we can see information about what type of frame we are viewing. Management Subtype 5 is a Probe Response. 

Moving on to the Frame Body we'll start with the Basic and Supported Rates. Rates with a (B) marked next to them are basic rates and are required to be supported in order to join the BSS. Also note the lack of a 6Mbps rate. This is because its disabled on my network and therefor not advertised. 

Basic and Supported Rates


Next we can see the regulatory domain the AP is operating in, its channel capabilities and what environment is can be used in. I'd say the most useful part of this is knowing that someone hasnt purchased any second hand or grey market equipment that is not licensed to operate in your domain. If you see any other country than your own be sure you are operating within the specifications set by your regulatory body (FCC, ETSI, etc). Another thing we can learn is what environment the device is licensed to work in. Usually we'll see Indoor/Outdoor/Any, when a device is set to any it generally conforms to indoor rules which are stricter and generally limit power.
 
Channel Operating Parameters


 We are also provided info about what features the AP/BSS can use to manage the radio spectrum. This is a basic Ubiquiti AC Lite AP so it only supports a few things. 
Radio Management


In the HT Info field lists more channel information and another important piece of information, the Non-greenfield STAs Present Element. When we see this set we know there is a STA in the BSS that supports legacy rates. Thankfully HT Protection is not enabled so we shouldnt see any RTS/CTS exchanges happening.

HT Info Field
 


The last field I want to focus on is the VHT field. Again this is a basic Ubiquiti AP so things like TxBF and 160MHZ channels are not supported. 

VHT Capabilities Field
 

There area few more important fields I want to go over in more detail in future posts. Name the WMM field which contains our EDCA parameters, the RSN field which has the cipher suites used and the MD field for roaming purposes. 
 
If you would like to exam this packet on your own Ive linked the PCAP file here


Comments

Popular posts from this blog

Capturing Roaming Events

IoT and Smart Home Devices: Part 1

Frame Exploration: Authentication Frames