Cross platform WiFi management tool
cargo add livewire
use livewire::{WifiHotspotConfig, WifiHotspotConfigBuilder};
fn main() {
let available_networks = WifiHotspotConfig::scan();
println!("Hello, world!, {:#?}", available_networks);
}
See the crate documentation on doc.rs
This project is licensed under the MIT License - see the LICENSE file for details