Monitor mode issues

Discussion in 'UDOO NEO' started by Narzhan, Jan 15, 2016.

  1. Narzhan

    Narzhan New Member

    Joined:
    Dec 8, 2015
    Messages:
    9
    Likes Received:
    0
    I'd like to build a security device which would serve as demonstration and learning tool for my students. The goal of this is this device would be to display the behaviour of wireless networks and familiarize students with such things as wireless transmissions, client-ap associations etc.. Which brings me to the core of my problem:in order to get these information I need to setup a monitor mode interface to passively get the information I need for the specified functions. However when I create the interface all I get are beacon and probe response frames from ap. I used my two python scripts which use raw sockets, tshark and tcpdump each of those tools only get beacons and probe requests. I tried the same commands at my linux machine and everything worked nice and easy I have tested it on probe requests. Has anyone used Udoo neo in similar way and could help me fix the problem?

    Used commands:
    iw phy phy0 interface add mon0 type monitor
    ifconfig mon0 up
    tcpdump -i mon0 -e -s 256 type mgt subtype probe-req
    tshark -i mon0 subtype probereq
     

Share This Page