I am working on a research project which is aimed at social behaviour measuring of people.
One aspect of this project is capture MAC address of smartphones nearby without actually connecting to them. The concept is similar to airmon-ng and airbase-ng which I have been using but it requires a laptop to work (not handy to carry everywhere).
So with this esp8266, I am thinking to do the same. Does esp8266 support monitor mode? or maybe promiscuous mode?
Alternatively, is it possible to extract client MAC address from Probe Request packets?