Language translations now possible!
I found the problem in your procedure:the file wpa_supplicant config file is called by two names in the procedure, wpa_supplicant.conf and wpa_configuration.conf which caused my first try to fail.Specifically, Quotesave it as /opt/wpa_configure.conf (then to ensure it is persistent in the system, add the line opt/wpa_configure.conf to /opt/.filetool.lst)3. to connect to the access point, run in the console:Code:wpa_supplicant -i<interface> -c/opt/wpa_supplicant.conf &The wiki also needs to be fixed.Thanks for your work!
save it as /opt/wpa_configure.conf (then to ensure it is persistent in the system, add the line opt/wpa_configure.conf to /opt/.filetool.lst)3. to connect to the access point, run in the console:Code:wpa_supplicant -i<interface> -c/opt/wpa_supplicant.conf &