tshark stopping without capturing any packets with -c <packet count> option
$ tshark -i en0 -I -Y "wlan.rsn.ie.pmkid" -c 1
Capturing on 'Wi-Fi'
10 packets dropped
0 packets captured
Why is this capture stopping before capturing the specified 1 packet?