I actually encountered some problem of detection on Scapy and Python.
Okay, I started with creating mon0 by airmon-ng after which my I ran my script:
if p.haslayer(Dot11AssoReq):
print p.sprintf("%Dot11.addr1% | %Dot11Elt.info%")
It can work in Ubuntu 12.04 and BackTrack 5r2, but when I run it on Raspberry Pi, it cannot be detected smoothly. How do I fix this problem?
Does the speed matter? Because I been doing some online research and found out that actually Raspberry Pi read Python much slower. I also tried it out and found out that it is much slower compared to Ubuntu which run on my VMware installation.