I want a crossplatform (linux and windows) solution for searching networks and connecting to them. In linux I use nmcli
giving the SSID and the password. In windows I use netsh
giving a profile xml
wiht network information.
The thing is that in windows, netsh is absolutely faster than in linux nmcli. Why am I having this behaviour? Is it because I am using proifiles for netsh?