Skip to content

Fix WPA supplicant's key_mgmt for open networks.

Gentooman requested to merge gentooman/alpine-conf:patch-1 into master

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".

Merge request reports