wifi-control-node
wifi-control-node copied to clipboard
Added support for non-english linux systems
In a non-english linux system the output of the nmcli is different from the english one. I added a little workaround that set the default locale in ascii before the command and restore the original locale after the command. I think this solution is easy and bulletproof.