xref: /wlan-dirver/utils/sigma-dut/sniffer-tshark-frames.txt (revision cd4e3c3e0365aac6e078aab03f11d01d8f1020d5)
1*cd4e3c3eSJouni Malinenassocreq	wlan.fc.type_subtype == 0
2*cd4e3c3eSJouni Malinenassoreq	wlan.fc.type_subtype == 0
3*cd4e3c3eSJouni Malinenassocresp	wlan.fc.type_subtype == 1
4*cd4e3c3eSJouni Malinenassoresp	wlan.fc.type_subtype == 1
5*cd4e3c3eSJouni Malinenassocreassocreq	(wlan.fc.type_subtype == 0 or wlan.fc.type_subtype == 2)
6*cd4e3c3eSJouni Malinenassocreassocresp	(wlan.fc.type_subtype == 1 or wlan.fc.type_subtype == 3)
7*cd4e3c3eSJouni Malinenprobereq	wlan.fc.type_subtype == 4
8*cd4e3c3eSJouni Malinenproberesp	wlan.fc.type_subtype == 5
9*cd4e3c3eSJouni Malinenbeacon	wlan.fc.type_subtype == 8
10*cd4e3c3eSJouni MalinenQoSNULL	wlan.fc.type_subtype == 0x2c
11*cd4e3c3eSJouni Malinenqosdata	wlan.fc.type_subtype == 0x28
12