I'm looking to capture Wifi request probes while still associated with a network and otherwise not affecting that connection.
I can successfully enable monitor mode but, of course, can't join networks while in monitor mode.
I'm assuming that a network interface that supports monitor mode likely support promiscuous mode too, is that an unreasonable expectation?
I've tried running tshark on the interface while associated to a network (it seems tshark makes an attempt to set the hardware in promiscuous mode), but that doesn't capture the packets I'm looking for.
How do I put a wireless interface in promiscuous mode?