wifi-rs icon indicating copy to clipboard operation
wifi-rs copied to clipboard

📡 Easily interface and manage wireless networks.

Results 13 wifi-rs issues
Sort by recently updated
recently updated
newest added

I tried your example on creating WiFi hotspot and it wasn't able to find 'HotspotConfig', and enums 'HotspotBand' and 'Channel'. I am using the version "0.2.2" release. ``` use std::io;...

I use Ubuntu's default NetworkManager, and every time I connect to WiFi using WiFi-rs, it creates and saves the same network as a new WiFi access point, leaving lots of...

bug

Hello, I'm trying to create a hotspot on a Raspberry Pi 3b+ running Raspbian 11 (bullseye), the hotspot wouldn't create (returning `Ok(false)`) and by outputting to console what the running...

windows : ssid is correct and password is incorrect. But output "connected"

The network interface name was `wlx9cefd5f8f9c0` but when renamed in Ubuntu to `wlan0` the connection no longer failed. Below is a code snippet: ``` let config = Some(Config { interface:...

Failed to check if the command is success when system is set to use other languages. For example, in Linux we use this code to disconnect WiFi: ``` /// Attempts...

For example, find nearby WiFi, historical WiFi, etc

Implementing wifi speed using nmcli for linux

Hello there! I was hoping to check the stability of this package, the application returns "Invalid password" irrespective of what I do, and this includes running the examples. ### My...

Due to the fact that netsh output is based on the system's language settings, simply using "completed successfully" to check the result will not work in other languages https://github.com/toksdotdev/wifi-rs/blob/c46c05d095710ca9f062efecade698e8feac84a5/src/connectivity/providers/windows.rs#L50-L52 To...