Wireshark Display Filters - WiFi
| management frames | wlan.fc.type == 0 | all management frames |
| wlan.fc.type_subtype == 0 | association requests | |
| wlan.fc.type_subtype == 1 | association response | |
| wlan.fc.type_subtype == 2 | re-association request | |
| wlan.fc.type_subtype == 3 | re-association response | |
| wlan.fc.type_subtype == 4 | probe requests | |
| wlan.fc.type_subtype == 5 | probe responses | |
| wlan.fc.type_subtype == 8 | beacons | |
| wlan.fc.type_subtype == 9 | atims | |
| wlan.fc.type_subtype == 10 | disassosiations | |
| wlan.fc.type_subtype == 11 | authentications | |
| wlan.fc.type_subtype == 12 | deauthentications | |
| wlan.fc.type_subtype == 13 | actions |