winwifi

Crates.iowinwifi
lib.rswinwifi
version0.1.0-rc1
sourcesrc
created_at2024-01-29 03:15:32.292473
updated_at2024-01-29 04:49:18.064166
descriptionWindows Wi-Fi management in Rust
homepage
repositoryhttps://github.com/MEhrn00/winwifi
max_upload_size
id1118285
size44,127
Matt Ehrnschwender (MEhrn00)

documentation

README

winwifi

GitHub License CI Status Crates.io Docs.rs

Windows WiFi management inspired by https://devblogs.microsoft.com/scripting/view-passwords-of-wireless-profiles-without-using-netsh-exe/

[!WARNING] Work in progress

Usage

List currently saved WiFi profiles

winwifi profile list

Get information about a WiFi profile

winwifi profile get --name <profile name>

Remove a WiFi profile

winwifi profile remove --name <profile name>

Scan for available WiFi networks

winwifi network scan

List available WiFi networks

winwifi network list
Commit count: 0

cargo fmt