README: Add notes about netlink monitoring requirements

This commit is contained in:
Marcel Holtmann 2014-08-03 08:07:35 +02:00
parent db60e4d48f
commit 8894e213e5
1 changed files with 17 additions and 0 deletions

17
README
View File

@ -74,3 +74,20 @@ and it can be verified with the busctl utility from systemd:
:1.2 62153 busctl root :1.2 sd-busctl
Clients talking to the daemon must specifiy the private bus address.
Netlink monitoring
==================
The included iwmon utility can be used to monitor the 802.11 subsystem
generic netlink commands and events. It uses the nlmon kernel driver
from Linux 3.10 and later.
In order to use iwmon to create traces, the nlmon network interface
needs to be created:
ip link add name nlmon type nlmon
ip link set dev nlmon up
For now it is important that the netlink monitor interace is actually
named nlmon. Future version might relax this requirement.