netlink icon indicating copy to clipboard operation
netlink copied to clipboard

New crate `wl-nl80211` for wireless network

Open cathay4t opened this issue 2 years ago • 0 comments

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.

cathay4t avatar Aug 11 '22 02:08 cathay4t