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

'ifname' not understood

Open CosminPerRam opened this issue 2 years ago • 0 comments

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?

CosminPerRam avatar Oct 05 '23 10:10 CosminPerRam