Filters for Wi-Fi Management frames in Wireshark (monitor mode)

Association Request
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x00)

Association Response
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x01)

Reassociation Request
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x02)

Reassociation Response
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x03)

Probe Request
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x04)

Probe Response
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x05)

Beacon
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x08)

Announcement Traffic Indication Message – ATIM
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x09)

Disasociation
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x0a)

Authentication
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x0b)

Deauthentication
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x0c)

Action
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x0d)

Action No ACK
(wlan.fc.type == 0)&&(wlan.fc.type_subtype == 0x0e)