Open gasparka opened 2 years ago
Findings today:
airodump-ng
is better but not silent - seems to transmit when new AP is found!?iw scan
sends packet on each frequency scanned - hopeless.nmcli radio wifi off
). Fix: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/configuring-networkmanager-to-ignore-certain-devices_configuring-and-managing-networking. This also fixes TX during system boot.airodump-ng
!, iw scan
still transmits.iw scan
:
My test system is Jetson Nano running Ubuntu 18.04.
Cheers :)
Tested with
Using iw e.g.
iw dev mon1 scan passive
(note that the passive flag has no effect). This results in packet transmitted on scanned frequencies. In addition, i have witnessed TX when device is idle (in monitoring mode)!I am very grateful for any hints on how to achieve radio silence in monitoring mode.