I've been using straight wpa_supplicant
configurations for a while but now would like to switch to NetworkManager
. How can I get NetworkManager
to use an existing wpa_supplicant.conf
to generate the necessary configuration file in /etc/NetworkManager/system-connections/
?
Only one network is configured on each device as either WPA1/2, no security or configured by WPS. So I could probably do some sort of brute force approach to generating the necessary NetworkManager configuration file.