We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 command returns, we see: https://github.com/tnkemdilim/wifi-rs/blob/3cbe13ef3b9a0f84b03b08abef1b3d6b857cbbcf/src/hotspot/providers/linux.rs#L83-L86 (referenced code)
Ok(false)
Error: argument 'ifname' not understood. Try passing --help instead.
(output by printing) ... and I'm not sure whats going here, may this library reference an older version of nmcli?
nmcli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 command returns, we see:https://github.com/tnkemdilim/wifi-rs/blob/3cbe13ef3b9a0f84b03b08abef1b3d6b857cbbcf/src/hotspot/providers/linux.rs#L83-L86 (referenced code)
(output by printing)
... and I'm not sure whats going here, may this library reference an older version of
nmcli
?The text was updated successfully, but these errors were encountered: