It comes with iwmon, a monitoring tool for nl80211* messages, which I just tried out and it's really cool.
Now just figure out what all these messages mean... :o
(*nl80211 = netlink for 802.11 /WiFi. Netlink is a protocol to exchange information on a local operationg system between its kernel and user space.
For example, in nl80211, there are "Scan Request" messages where some application asks your driver to scan for available networks. Then the driver reports the results back in a "Scan Results" message. You can see both in iwmon, but also through tools, like with "iw dev wlan0 scan" on the command line.)
@NerdResa i like your explanations a lot! It's so good to be able to follow that kind of toot without looking up everything
@NerdResa Thanks for the tip. Hope I find time to have a look soon.
There's a really nice article about that #Linux wireless daemon iwd, thanks to @Jules for finding: https://www.linux.com/news/event/ELCE/2017/new-linux-wifi-daemon-streamlines-networking-stack
Basically all these things that they said in the talk.
By the way, if anything in my explanations is not clear to you, feel free to ask.
This stuff is complicated, but I'd like to explain it in a way so that my followers can, um, follow. ^^