rust-netlink / wl-nl80211

Other
5 stars 10 forks source link

scan: Add support of query scan results #17

Closed cathay4t closed 1 month ago

cathay4t commented 1 month ago

Work was based on https://github.com/rust-netlink/wl-nl80211/pull/9 by @Rayzeq.

Introduce Nl80211ScanHandle::dump() equal to iw dev DEVICE scan dump.

Example code included as examples/dump_nl80211_scan.rs