Also to reduce the size of the pcap file, you may want filter it for EAPOL packets only:
tshark -r input.pacp -R "eapol || wlan.fc.type_subtype == 0x08" -w small.pcap
Also to reduce the size of the pcap file, you may want filter it for EAPOL packets only:
tshark -r input.pacp -R "eapol || wlan.fc.type_subtype == 0x08" -w small.pcap