wifi-rs
wifi-rs copied to clipboard
'ifname' not understood
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)
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?