At first I started with the flock-you project to get a basic ESP32 monitor (promiscuous) mode dump of Wi-Fi SSID (directed) probe requests. But I could not get them this way.
- removed the MAC and SSID filtering to show all packets
- It seemed to only classify all packets as wild card probes. I saw no directed probes.
- I tried to remove logic to find the offset of SSID in the probe requests to see the error and got lost
Tried to use a method that didn't use wifi_ieee80211_mac_hdr_t struct to somehow dump hex or strings of the contents, got confused, made little progress.