wifi_scan
Intro
This is a fork of wifiscanner, a crate to list WiFi hotspots in your area.
Tests taken from Christian Kuster's node-wifi-scanner
Full documentation can be found here.
Usage
This crate is on crates.io and can be
used by adding wifi_scan to the dependencies in your project's Cargo.toml.
[]
= "0.6.*"
Note: Only macOS versions up to Ventura (13) are supported.
Example
use wifi_scan;
println!;
Alternatively if you've cloned the Git repo, you can run the above example
using: cargo run --example scan.
Changelog
- 0.6.2 - stop relying on
netshutility on windows - 0.6.1 - support for multiple wifi adapters on linux
- 0.6.0 - remove
iwdependency for linux - 0.5.1 - crates.io metadata update
- 0.5.0 - add window support (props to @brianjaustin)
- 0.4.0 - replace iwlist with iw (props to @alopatindev)
- 0.3.6 - crates.io metadata update
- 0.3.5 - remove hardcoded path for iwlist (props to @alopatindev)
- 0.3.4 - initial stable release
How to contribute
see CONTRIBUTING.md
Contributors
wifi_scan would not be possible without the following people:
@alopatindev, @bizzu, @bash, @cristicbz, @lpmi-13, @brianjaustin, @booyaa
Copyright
Copyright 2019 Mark Sta Ana. Forked and maintained by simon0302010.
Copyright 2025 simon0302010.
see LICENSE