[LEDE-DEV] [PATCH] wpa_supplicant: Fix mesh encryption config

2017-01-10 Thread Sujith
. Failed to read or parse configuration '/var/run/wpa_supplicant-wlan0.conf Fix this by making sure that only SAE is used for mesh. Signed-off-by: Sujith --- package/network/services/hostapd/files/netifd.sh | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/ne

[LEDE-DEV] [PATCH v2] wpa_supplicant: Fix mesh encryption config

2017-01-10 Thread Sujith
From: Sujith Manoharan wpa_supplicant allows only SAE as the key management type for mesh mode. The recent key_mgmt rework unconditionally added WPA-PSK - this breaks interface bringup and wpa_s throws this error message: Line 10: key_mgmt for mesh network should be open or SAE Line 10: failed