netlink
netlink copied to clipboard
New crate `wl-nl80211` for wireless network
The nl80211
name is occupied in crates.io, so we use wl-nl80211
instead.
Initially we only add the support of NL80211_CMD_GET_INTERFACE
equal
to command iw dev
.
Except NL80211_ATTR_MLO_LINKS
all other NLAs are tested on my laptop.
Example code is stored as wl-nl80211/examples/dump_nl80211_iface.rs
.