Fix WPA supplicant's key_mgmt for open networks.
The previous key_mgmt written to /etc/wpa_supplicant/wpa_supplicant.conf is 'none', which is not an acceptable value for WPA supplicant and causes errors in the installation process. The proper key_mgmt for open networks is "NONE".