mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
TODO: Add new task for automatically creating netlink monitor interface
This commit is contained in:
parent
536d638c76
commit
1219658f7d
16
TODO
16
TODO
@ -239,6 +239,22 @@ Wireless monitor
|
|||||||
Priority: Medium
|
Priority: Medium
|
||||||
Complexity: C1
|
Complexity: C1
|
||||||
|
|
||||||
|
- Create netlink monitor interface if it does not exist
|
||||||
|
|
||||||
|
Currently the netlink monitor interface needs to be created manually
|
||||||
|
and also brought up. The iwmon utility could just automate this task
|
||||||
|
by using RTNL to find an existing netlink monitor interface, and in
|
||||||
|
case it does not exist, create a new one.
|
||||||
|
|
||||||
|
It might be beneficial that when iwmon terminates that it then also
|
||||||
|
removes the netlink monitor interface again (in case it created it).
|
||||||
|
|
||||||
|
Alternatively a command line option might be used for controlling
|
||||||
|
this behavior of creating and removing netlink monitor interfaces.
|
||||||
|
|
||||||
|
Priority: Medium
|
||||||
|
Complexity: C1
|
||||||
|
|
||||||
- Subscribe to all nl80211 multicast groups at startup
|
- Subscribe to all nl80211 multicast groups at startup
|
||||||
|
|
||||||
It seems the nlmon packets are limited to actual subscribed mutlicast
|
It seems the nlmon packets are limited to actual subscribed mutlicast
|
||||||
|
Loading…
Reference in New Issue
Block a user