802.11 pcaps that include control frames (rts/cts/ack) are link layer. Flow monitor is meant for transport layer, so you can’t really get that data with it.
You can use wireshark/tshark to extract the data you want from the pcaps. Or maybe try pyshark to do it from a python script.
CLICK HERE to find out more related problems solutions.