#netlink #nl80211 #802-11

nl80211-rs

Experiments with netlink and nl80211 in Rust

1 unstable release

Uses old Rust 2015

0.1.0 Oct 15, 2018

#6 in #nl80211

24 downloads per month

MIT license

33KB
794 lines

Experiments with nl80211 in Rust

Licensed under the MIT license.

Example

If run without arguments the example program will listen for nl80211 events. If a new scan event is received the scan results will be fetched.

$ cargo run --release --example nl80211

It is also possible to initiate a scan as super user.

sudo ./target/release/examples/nl80211 scan

Build Status


lib.rs:

Information Elements

Somewhat structured data with 802.11 information data.

References

Dependencies

~0.3–0.9MB
~19K SLoC