I am trying to use Scapy
to output the mac, ssid & rssi. I've tried the following but all I get back are question marks. The Scapy
documentation is pretty dry, I'm having a hard time understanding it.
sniff(iface="mon0", prn=lambda x:x.sprintf("{%Dot11ProbeReq:%RadioTap.dBm_AntSignal%\t}"))