Module 6: Frames and Network Interaction
Last updated
Last updated
Just discussing the difference between Protocol Data Units (PDUs).
Management frames subtypes:
0
Association Request
1
Association Response
2
Re-association Request
3
Re-association Response
4
Probe Request
5
Probe Response
6
Measurement Pilot
7
Reserved
8
Beacon
9
ATIM
10
Disassociation
11
Authentication
12
Deauthentication
13
Action
14
Action No ACK
15
Reserved
Control frames subtypes:
0-6
Reserved
7
Control Wrapper
8
Block ACK Request
9
Block ACK
10
PS-Poll
11
RTS
12
CTS
13
ACK
14
CF End
15
CF End + CF-ACK
Data frames subtypes:
0
Data
1
Data + CF ACK
2
Data + CF Poll
3
Data + CF ACK + CF Poll
4
Null Function (No Data)
5
CF ACK (No Data)
6
CF Poll (No Data)
7
CF ACK + CF Poll (No Data)
8
QoS Data
9
QoS Data + CF ACK
10
QoS Data + CF Poll
11
QoS Data + CF ACK + CF Poll
12
QoS Null (No Data)
13
Reserved
14
QoS CF Poll (No Data)
15
QoS CF ACK + CF Poll (No Data)
In IEEE 802.11 Wireless Management > Fixed Parameters > Capabilities Information, we can check the Privacy bit to see if the AP is encrypted.
Same process as the Open Network however the Privacy bit will show it is encrypted. The lack of WPA/WPA2 tags indicates WEP.
Extensible Authentication Protocol over LAN (EAPoL) frames are commonly used during the handshake when connecting to an AP with WPA, WPA2, WPA3, or OWE.
Advertises WPA1 PSK TKIP.
Advertises WPA1 and WPA2, both with AES/CCMP and TKIP.
Advertises with SAE in the RSN IE, and 802.11w which is mandatory for WPA3.
Advertises an RSN IE with OWE, and 802.11w which is also mandatory for OWE.
Advertises with a WPS beacon tag.